Documentation
¶
Overview ¶
A Processor and ReposItory for COnfiguration Templates
Index ¶
- Constants
- Variables
- func NewServer(service configuration.Service) *grpc.Server
- func NewService(configUri string) (svc configuration.Service, err error)
- type RemoteService
- func (c *RemoteService) GetAndProcessComponentConfiguration(query *componentcfg.Query, varStack map[string]string) (payload string, err error)
- func (c *RemoteService) GetCRUCardsForHost(hostname string) (cards string, err error)
- func (c *RemoteService) GetComponentConfiguration(query *componentcfg.Query) (payload string, err error)
- func (c *RemoteService) GetDefaults() map[string]string
- func (c *RemoteService) GetDetectorForHost(hostname string) (payload string, err error)
- func (c *RemoteService) GetDetectorsForHosts(hosts []string) (payload []string, err error)
- func (c *RemoteService) GetEndpointsForCRUCard(hostname, cardSerial string) (cards string, err error)
- func (c *RemoteService) GetHostInventory(detector string) (hosts []string, err error)
- func (c *RemoteService) GetRuntimeEntry(component string, key string) (payload string, err error)
- func (c *RemoteService) GetVars() map[string]string
- func (c *RemoteService) ImportComponentConfiguration(query *componentcfg.Query, payload string, newComponent bool, ...) (existingComponentUpdated bool, existingEntryUpdated bool, newTimestamp int64, ...)
- func (c *RemoteService) ListComponentEntries(query *componentcfg.EntriesQuery, showLatestTimestamp bool) (entries []string, err error)
- func (c *RemoteService) ListComponentEntryHistory(query *componentcfg.Query) (entries []string, err error)