Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigStore ¶
type ConfigStore struct { Store *store.Store ConfigName string Cache *json.RawMessage TriedFetch bool ConfigDir string }
func NewConfigStore ¶
func NewConfigStore(c sarif.Client) *ConfigStore
func (*ConfigStore) Dir ¶
func (c *ConfigStore) Dir() string
func (*ConfigStore) Exists ¶
func (c *ConfigStore) Exists() bool
func (*ConfigStore) Get ¶
func (c *ConfigStore) Get(v interface{}) (error, bool)
func (*ConfigStore) Set ¶
func (c *ConfigStore) Set(v interface{}) error
Click to show internal directories.
Click to hide internal directories.