Documentation
¶
Overview ¶
botsの仕様にあわせたライブラリです
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotsHandler ¶
type BotsHandler struct {
// contains filtered or unexported fields
}
コマンドのハンドラ
func NewBotsHandler ¶
func NewBotsHandler(bin_dir string) (*BotsHandler, error)
bin_dirにコマンドが配置されたディレクトリのパスを指定, ハンドラを返します
func (*BotsHandler) GetCommand ¶
func (handler *BotsHandler) GetCommand(cmd_name string) (*Command, error)
コマンドのオブジェクトを返します
Click to show internal directories.
Click to hide internal directories.