Versions in this module Expand all Collapse all v0 v0.1.1 Dec 9, 2024 v0.1.0 Nov 26, 2024 Changes in this version + const Stable + var ErrInsertionCompleted = errors.New("insertion completed") + func Command() (cli.Command, error) + type ProtoconfInserter struct + Prefix string + func NewProtoconfInserter(protoconfRoot string, kvStore store.Store) *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