Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRecord ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) CreateTablesIfNotExists ¶
func (*Store) GetCommand ¶
func (s *Store) GetCommand(commandID string) (*CommandRecord, error)
func (*Store) PutCommand ¶
func (s *Store) PutCommand(r *CommandRecord) error
Click to show internal directories.
Click to hide internal directories.