Documentation
¶
Index ¶
- Constants
- Variables
- func Command() (cli.Command, error)
- type ProtoconfInserter
- func (i *ProtoconfInserter) GatherMetadata(configFile string) (*protoconf_pb.Metadata, error)
- func (i *ProtoconfInserter) InsertConfig(configName string, protoconfValue *protoconf_pb.ProtoconfValue, ...) error
- func (i *ProtoconfInserter) InsertConfigFile(configFile string) error
- func (i *ProtoconfInserter) XXXinsertVersion(configName string, version string, protoconfValue *protoconf_pb.ProtoconfValue, ...) error
Constants ¶
View Source
const Stable = "STABLE"
Variables ¶
View Source
var ErrInsertionCompleted = errors.New("insertion completed")
Functions ¶
Types ¶
type ProtoconfInserter ¶
type ProtoconfInserter struct { Prefix string // contains filtered or unexported fields }
func NewProtoconfInserter ¶
func NewProtoconfInserter(protoconfRoot string, kvStore store.Store) *ProtoconfInserter
func (*ProtoconfInserter) GatherMetadata ¶
func (i *ProtoconfInserter) GatherMetadata(configFile string) (*protoconf_pb.Metadata, error)
func (*ProtoconfInserter) InsertConfig ¶
func (i *ProtoconfInserter) InsertConfig(configName string, protoconfValue *protoconf_pb.ProtoconfValue, metadata *protoconf_pb.Metadata) error
func (*ProtoconfInserter) InsertConfigFile ¶
func (i *ProtoconfInserter) InsertConfigFile(configFile string) error
func (*ProtoconfInserter) XXXinsertVersion ¶
func (i *ProtoconfInserter) XXXinsertVersion(configName string, version string, protoconfValue *protoconf_pb.ProtoconfValue, metadata *protoconf_pb.Metadata) error
Click to show internal directories.
Click to hide internal directories.