Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsService ¶
type AwsService interface {
UploadFile(upload graphql.Upload, prefix string) (string, error)
DeleteFile(key string) (bool, error)
GetURLPrefix() string
}
AwsService interface
type DialogflowService ¶
DialogflowService interface
func NewDialogflowService ¶
func NewDialogflowService() DialogflowService
NewDialogflowService function
type JWTService ¶
type JWTService interface {
GenerateToken(name string, admin bool) string
GenerateResetPasswordToken(name, hash string) string
ValidateToken(tokenString string) (*jwt.Token, error)
GetClaimsFromToken(tokenString string) (map[string]interface{}, error)
}
JWTService interface
type MailerService ¶
MailerService interface
Click to show internal directories.
Click to hide internal directories.