Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeFormatterActionNames ¶
func MakeFormatterActionNames() *formatterActionNames
func MakeFormatterFormatterUTIGroups ¶
func MakeFormatterFormatterUTIGroups() *formatterFormatterUTIGroups
func MakeFormatterVimSyntaxType ¶
func MakeFormatterVimSyntaxType() *formatterVimSyntaxType
Types ¶
type FormatterUTIGroup ¶
func (*FormatterUTIGroup) Equals ¶
func (a *FormatterUTIGroup) Equals(b FormatterUTIGroup) bool
func (FormatterUTIGroup) Map ¶
func (a FormatterUTIGroup) Map() map[string]string
func (*FormatterUTIGroup) Merge ¶
func (ct *FormatterUTIGroup) Merge(ct2 FormatterUTIGroup)
type LifecycleHooksV0 ¶
type LifecycleHooksV0 struct { New interface{} `toml:"new"` Commit interface{} `toml:"commit"` }
func (*LifecycleHooksV0) Reset ¶
func (o *LifecycleHooksV0) Reset()
type V0 ¶
type V0 struct { InlineAkte bool `toml:"inline-akte,omitempty"` Archived bool `toml:"archived,omitempty"` FileExtension string `toml:"file-extension,omitempty"` ExecCommand *script_config.ScriptConfig `toml:"exec-command,omitempty"` VimSyntaxType string `toml:"vim-syntax-type"` // TODO-P4 rename to uti-groups FormatterUTIGroups map[string]FormatterUTIGroup `toml:"formatter-uti-groups"` Formatters map[string]script_config.WithOutputFormat `toml:"formatters,omitempty"` Actions map[string]script_config.ScriptConfig `toml:"actions,omitempty"` EtikettenRules map[string]etikett_rule.Rule `toml:"etiketten-rules,omitempty"` Hooks interface{} `toml:"hooks"` }
Click to show internal directories.
Click to hide internal directories.