v0.0.378
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m18s

This commit is contained in:
2024-01-16 15:04:10 +01:00
parent 295a098eb4
commit b9e9575b9b
3 changed files with 7 additions and 7 deletions

View File

@@ -6,6 +6,6 @@ import (
)
type SessionObject interface {
Init(g *gin.Context, ctx context.Context) error
Init(g *gin.Context, ctx *AppContext) error
Finish(ctx context.Context, resp HTTPResponse) error
}