Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
Types ¶
type AuthServer ¶
type AuthServer struct { Features map[string]*pkg.Feature // Registered features // contains filtered or unexported fields }
AuthServer structure.
func (*AuthServer) Auth ¶
func (a *AuthServer) Auth(args *pkg.AuthArgs, reply *pkg.AuthResponse) error
Auth function authentication framework.
func (*AuthServer) Register ¶
func (a *AuthServer) Register(args *pkg.Feature, res *pkg.RegisterResponse) error
type Bot ¶
Click to show internal directories.
Click to hide internal directories.