Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface {
Query(scope activationscope.Scope) (state.State, error)
}
Reader retrive the current state
type Writer ¶
type Writer interface {
PersistEnabled(scope activationscope.Scope, coauthors []string, previousHooksPath string) error
PersistDisabled(scope activationscope.Scope) error
}
Writer persist the current state
Click to show internal directories.
Click to hide internal directories.