feat: add session create

This commit is contained in:
Muyao CHEN
2024-10-13 21:10:33 +02:00
parent 798b9a7695
commit ca2985abb4
5 changed files with 255 additions and 9 deletions

View File

@ -49,7 +49,7 @@ type TokenResp struct {
var (
once sync.Once
config *Config
config Config
)
var ErrMissingHeader = errors.New("Authorization is needed in the header")