Documentation ¶
Index ¶
- Variables
- type Config
- type Store
- func (s *Store) Add(ctx context.Context, config *Config) error
- func (s *Store) All(ctx context.Context) ([]Config, error)
- func (s *Store) LookupByName(ctx context.Context, name string) (*Config, error)
- func (s *Store) Remove(ctx context.Context, config Config) error
- func (s *Store) Update(ctx context.Context, config *Config, c journal.Constraint) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrExists = errors.New("branch already exists") ErrNotFound = errors.New("branch not found") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func CreateStore ¶
func (*Store) LookupByName ¶
Click to show internal directories.
Click to hide internal directories.