Documentation
¶
Index ¶
- func ConnectBoltDB(path string) (*bolt.DB, error)
- type LSD
- func (lsd *LSD) GenerateNewTokenForUser(c context.Context, p *proto.NewTokenPayload) (*proto.TokenResult, error)
- func (lsd *LSD) GenerateNewTokenForUserHTTP(p *api.NewTokenPayload) (*api.TokenResult, error)
- func (lsd *LSD) GetToken(c context.Context, p *proto.TokenPayload) (*proto.TokenResult, error)
- func (lsd *LSD) GetTokenHTTP(p *api.TokenPayload) (*api.TokenResult, error)
- func (lsd *LSD) RunWSService(wsPort int) error
- func (lsd *LSD) SendNotification(c context.Context, p *proto.NotificationPayload) (*proto.NotificationResult, error)
- func (lsd *LSD) SendNotificationHTTP(p *api.NotificationPayload) (*api.NotificationResult, error)
- type Markdown
- type Notification
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LSD ¶
type LSD struct {
// contains filtered or unexported fields
}
func (*LSD) GenerateNewTokenForUser ¶
func (lsd *LSD) GenerateNewTokenForUser(c context.Context, p *proto.NewTokenPayload) (*proto.TokenResult, error)
func (*LSD) GenerateNewTokenForUserHTTP ¶
func (lsd *LSD) GenerateNewTokenForUserHTTP(p *api.NewTokenPayload) (*api.TokenResult, error)
func (*LSD) GetToken ¶
func (lsd *LSD) GetToken(c context.Context, p *proto.TokenPayload) (*proto.TokenResult, error)
func (*LSD) GetTokenHTTP ¶
func (lsd *LSD) GetTokenHTTP(p *api.TokenPayload) (*api.TokenResult, error)
func (*LSD) RunWSService ¶
func (*LSD) SendNotification ¶
func (lsd *LSD) SendNotification(c context.Context, p *proto.NotificationPayload) (*proto.NotificationResult, error)
func (*LSD) SendNotificationHTTP ¶
func (lsd *LSD) SendNotificationHTTP(p *api.NotificationPayload) (*api.NotificationResult, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.