Documentation
¶
Overview ¶
Package gitstore provides Git-based storage for device compliance data.
Index ¶
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
}
Store provides Git-based storage for device compliance data using go-git.
func NewLocal ¶
NewLocal creates a store using a local git repository. If the directory doesn't exist or is not a git repository, it will initialize one.
func (*Store) LoadDevices ¶
LoadDevices loads all devices from the git repository.
Click to show internal directories.
Click to hide internal directories.