Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { ID string Name string Version string Server *struct { Http *HttpService Grpc *GrpcService } Log *Logger Pool *Pool Email *Email JWT *JWT Authentication *Authentication Tracing *Tracing Database map[string]Database Redis map[string]Redis Loader map[string]string Captcha map[string]Captcha RateLimit bool }
type Authentication ¶
type DBTransformError ¶ added in v1.0.17
type EmailTemplate ¶
type GrpcService ¶ added in v1.0.18
type HttpService ¶ added in v1.0.18
Click to show internal directories.
Click to hide internal directories.