package
0.0.0-20210409135442-ff14b99e324b
Repository: https://github.com/larksuite/botframework-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewDefaultAppTicketManager demo: client := &common.DefaultRedisClient{} err := client.InitDB(map[string]string{"addr": "127.0.0.1:6379"}) if err != nil { return fmt.Errorf("init redis error[%v]", err) } manager := auth.NewDefaultAppTicketManager(client).
RefreshAppTicket set app ticket.
ReSendAppTicket app-ticket will be pushed to this service when call this function.
# Structs
DefaultAppTicketManager.
# Interfaces
TicketManager set/get your app-ticket。.