Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { GetAccessToken func() (int, error) CardCallbackHandler func(http.ResponseWriter, interface{}) EventCallbackHandler func(larkslim.EventResponse) EventEncrytionKey string EventVerificationToken string Logger interface { Debug(args ...interface{}) Info(args ...interface{}) Error(args ...interface{}) Fatal(args ...interface{}) } }
Click to show internal directories.
Click to hide internal directories.