Documentation
¶
Index ¶
Constants ¶
View Source
const (
ShortTTL = time.Minute * 5
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deps ¶
type Deps struct { Bot tg.Bot Repo *pg.Repository Client standup.StandupClient Issuer auth.Issuer }
type SyntaxError ¶
type SyntaxError struct {
// contains filtered or unexported fields
}
func NewSyntaxError ¶
func NewSyntaxError(msg string) SyntaxError
func NewSyntaxErrorf ¶
func NewSyntaxErrorf(format string, args ...any) SyntaxError
func (SyntaxError) Error ¶
func (e SyntaxError) Error() string
Click to show internal directories.
Click to hide internal directories.