Documentation ¶ Index ¶ type Store func NewStore(storePath, pubKeyPath, privKeyPath string) *Store func (s *Store) Delete() func (s *Store) GenerateKeys() func (s *Store) Load(name string, verbose, fake bool) func (s *Store) Save(name, host string, sequence []int, delay int, udp bool) func (s *Store) SetKeys(pubKeyPath, privKeyPath string) func (s *Store) Show() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { // contains filtered or unexported fields } func NewStore ¶ func NewStore(storePath, pubKeyPath, privKeyPath string) *Store func (*Store) Delete ¶ func (s *Store) Delete() func (*Store) GenerateKeys ¶ func (s *Store) GenerateKeys() func (*Store) Load ¶ func (s *Store) Load(name string, verbose, fake bool) func (*Store) Save ¶ func (s *Store) Save(name, host string, sequence []int, delay int, udp bool) func (*Store) SetKeys ¶ func (s *Store) SetKeys(pubKeyPath, privKeyPath string) func (*Store) Show ¶ func (s *Store) Show() Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.