Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MapsCommands ¶
type MapsCommands struct {
MapsRepo maps.MapsWatcher
}
func (*MapsCommands) MapsList ¶
func (mc *MapsCommands) MapsList() error
type ProgsCommands ¶
type ProgsCommands struct {
ProgsRepo progs.ProgWatcher
}
func (*ProgsCommands) ProgsList ¶
func (pc *ProgsCommands) ProgsList() error
type ServerCommands ¶
type ServerCommands struct { MapsRepo maps.MapsWatcher ProgsRepo progs.ProgWatcher TasksRepo tasks.TaskWatcher }
func (*ServerCommands) ServerStart ¶
func (sc *ServerCommands) ServerStart(options *ServerStartOptions) error
type ServerStartOptions ¶
Click to show internal directories.
Click to hide internal directories.