Versions in this module Expand all Collapse all v1 v1.2.0 Sep 2, 2021 v1.1.0 May 9, 2021 v1.0.0 May 7, 2021 Changes in this version + var File_cfg_proto protoreflect.FileDescriptor + var SpecChange_FileOperation_Type_name = map[int32]string + var SpecChange_FileOperation_Type_value = map[string]int32 + type Add struct + Name string + Source isAdd_Source + func (*Add) Descriptor() ([]byte, []int) + func (*Add) ProtoMessage() + func (m *Add) GetSource() isAdd_Source + func (x *Add) GetFile() string + func (x *Add) GetLookaside() string + func (x *Add) GetName() string + func (x *Add) ProtoReflect() protoreflect.Message + func (x *Add) Reset() + func (x *Add) String() string + type Add_File struct + File string + type Add_Lookaside struct + Lookaside string + type Cfg struct + Add []*Add + Delete []*Delete + Lookaside []*Lookaside + Patch []*Patch + Replace []*Replace + SpecChange *SpecChange + func (*Cfg) Descriptor() ([]byte, []int) + func (*Cfg) ProtoMessage() + func (x *Cfg) GetAdd() []*Add + func (x *Cfg) GetDelete() []*Delete + func (x *Cfg) GetLookaside() []*Lookaside + func (x *Cfg) GetPatch() []*Patch + func (x *Cfg) GetReplace() []*Replace + func (x *Cfg) GetSpecChange() *SpecChange + func (x *Cfg) ProtoReflect() protoreflect.Message + func (x *Cfg) Reset() + func (x *Cfg) String() string + type Delete struct + File string + func (*Delete) Descriptor() ([]byte, []int) + func (*Delete) ProtoMessage() + func (x *Delete) GetFile() string + func (x *Delete) ProtoReflect() protoreflect.Message + func (x *Delete) Reset() + func (x *Delete) String() string + type Lookaside struct + ArchiveName string + File []string + FromPatchTree bool + Tar bool + func (*Lookaside) Descriptor() ([]byte, []int) + func (*Lookaside) ProtoMessage() + func (x *Lookaside) GetArchiveName() string + func (x *Lookaside) GetFile() []string + func (x *Lookaside) GetFromPatchTree() bool + func (x *Lookaside) GetTar() bool + func (x *Lookaside) ProtoReflect() protoreflect.Message + func (x *Lookaside) Reset() + func (x *Lookaside) String() string + type Patch struct + File string + Strict bool + func (*Patch) Descriptor() ([]byte, []int) + func (*Patch) ProtoMessage() + func (x *Patch) GetFile() string + func (x *Patch) GetStrict() bool + func (x *Patch) ProtoReflect() protoreflect.Message + func (x *Patch) Reset() + func (x *Patch) String() string + type Replace struct + File string + Replacing isReplace_Replacing + func (*Replace) Descriptor() ([]byte, []int) + func (*Replace) ProtoMessage() + func (m *Replace) GetReplacing() isReplace_Replacing + func (x *Replace) GetFile() string + func (x *Replace) GetWithFile() string + func (x *Replace) GetWithInline() string + func (x *Replace) GetWithLookaside() string + func (x *Replace) ProtoReflect() protoreflect.Message + func (x *Replace) Reset() + func (x *Replace) String() string + type Replace_WithFile struct + WithFile string + type Replace_WithInline struct + WithInline string + type Replace_WithLookaside struct + WithLookaside string + type SpecChange struct + Append []*SpecChange_AppendOperation + Changelog []*SpecChange_ChangelogOperation + File []*SpecChange_FileOperation + NewField []*SpecChange_NewFieldOperation + SearchAndReplace []*SpecChange_SearchAndReplaceOperation + func (*SpecChange) Descriptor() ([]byte, []int) + func (*SpecChange) ProtoMessage() + func (x *SpecChange) GetAppend() []*SpecChange_AppendOperation + func (x *SpecChange) GetChangelog() []*SpecChange_ChangelogOperation + func (x *SpecChange) GetFile() []*SpecChange_FileOperation + func (x *SpecChange) GetNewField() []*SpecChange_NewFieldOperation + func (x *SpecChange) GetSearchAndReplace() []*SpecChange_SearchAndReplaceOperation + func (x *SpecChange) ProtoReflect() protoreflect.Message + func (x *SpecChange) Reset() + func (x *SpecChange) String() string + type SpecChange_AppendOperation struct + Field string + Value string + func (*SpecChange_AppendOperation) Descriptor() ([]byte, []int) + func (*SpecChange_AppendOperation) ProtoMessage() + func (x *SpecChange_AppendOperation) GetField() string + func (x *SpecChange_AppendOperation) GetValue() string + func (x *SpecChange_AppendOperation) ProtoReflect() protoreflect.Message + func (x *SpecChange_AppendOperation) Reset() + func (x *SpecChange_AppendOperation) String() string + type SpecChange_ChangelogOperation struct + AuthorEmail string + AuthorName string + Message []string + func (*SpecChange_ChangelogOperation) Descriptor() ([]byte, []int) + func (*SpecChange_ChangelogOperation) ProtoMessage() + func (x *SpecChange_ChangelogOperation) GetAuthorEmail() string + func (x *SpecChange_ChangelogOperation) GetAuthorName() string + func (x *SpecChange_ChangelogOperation) GetMessage() []string + func (x *SpecChange_ChangelogOperation) ProtoReflect() protoreflect.Message + func (x *SpecChange_ChangelogOperation) Reset() + func (x *SpecChange_ChangelogOperation) String() string + type SpecChange_FileOperation struct + AddToPrep bool + Mode isSpecChange_FileOperation_Mode + NPath int32 + Name string + Type SpecChange_FileOperation_Type + func (*SpecChange_FileOperation) Descriptor() ([]byte, []int) + func (*SpecChange_FileOperation) ProtoMessage() + func (m *SpecChange_FileOperation) GetMode() isSpecChange_FileOperation_Mode + func (x *SpecChange_FileOperation) GetAdd() bool + func (x *SpecChange_FileOperation) GetAddToPrep() bool + func (x *SpecChange_FileOperation) GetDelete() bool + func (x *SpecChange_FileOperation) GetNPath() int32 + func (x *SpecChange_FileOperation) GetName() string + func (x *SpecChange_FileOperation) GetType() SpecChange_FileOperation_Type + func (x *SpecChange_FileOperation) ProtoReflect() protoreflect.Message + func (x *SpecChange_FileOperation) Reset() + func (x *SpecChange_FileOperation) String() string + type SpecChange_FileOperation_Add struct + Add bool + type SpecChange_FileOperation_Delete struct + Delete bool + type SpecChange_FileOperation_Type int32 + const SpecChange_FileOperation_Patch + const SpecChange_FileOperation_Source + const SpecChange_FileOperation_Unknown + func (SpecChange_FileOperation_Type) Descriptor() protoreflect.EnumDescriptor + func (SpecChange_FileOperation_Type) EnumDescriptor() ([]byte, []int) + func (SpecChange_FileOperation_Type) Type() protoreflect.EnumType + func (x SpecChange_FileOperation_Type) Enum() *SpecChange_FileOperation_Type + func (x SpecChange_FileOperation_Type) Number() protoreflect.EnumNumber + func (x SpecChange_FileOperation_Type) String() string + type SpecChange_NewFieldOperation struct + Key string + Value string + func (*SpecChange_NewFieldOperation) Descriptor() ([]byte, []int) + func (*SpecChange_NewFieldOperation) ProtoMessage() + func (x *SpecChange_NewFieldOperation) GetKey() string + func (x *SpecChange_NewFieldOperation) GetValue() string + func (x *SpecChange_NewFieldOperation) ProtoReflect() protoreflect.Message + func (x *SpecChange_NewFieldOperation) Reset() + func (x *SpecChange_NewFieldOperation) String() string + type SpecChange_SearchAndReplaceOperation struct + Find string + Identifier isSpecChange_SearchAndReplaceOperation_Identifier + N int32 + Replace string + func (*SpecChange_SearchAndReplaceOperation) Descriptor() ([]byte, []int) + func (*SpecChange_SearchAndReplaceOperation) ProtoMessage() + func (m *SpecChange_SearchAndReplaceOperation) GetIdentifier() isSpecChange_SearchAndReplaceOperation_Identifier + func (x *SpecChange_SearchAndReplaceOperation) GetAny() bool + func (x *SpecChange_SearchAndReplaceOperation) GetEndsWith() bool + func (x *SpecChange_SearchAndReplaceOperation) GetField() string + func (x *SpecChange_SearchAndReplaceOperation) GetFind() string + func (x *SpecChange_SearchAndReplaceOperation) GetN() int32 + func (x *SpecChange_SearchAndReplaceOperation) GetReplace() string + func (x *SpecChange_SearchAndReplaceOperation) GetStartsWith() bool + func (x *SpecChange_SearchAndReplaceOperation) ProtoReflect() protoreflect.Message + func (x *SpecChange_SearchAndReplaceOperation) Reset() + func (x *SpecChange_SearchAndReplaceOperation) String() string + type SpecChange_SearchAndReplaceOperation_Any struct + Any bool + type SpecChange_SearchAndReplaceOperation_EndsWith struct + EndsWith bool + type SpecChange_SearchAndReplaceOperation_Field struct + Field string + type SpecChange_SearchAndReplaceOperation_StartsWith struct + StartsWith bool