mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
InternalFunction is not serializable to YAML
This commit is contained in:
parent
b2878345b5
commit
b5df76187b
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ type CustomCommand struct {
|
|||
ServiceNames []string `yaml:"serviceNames"`
|
||||
|
||||
// InternalFunction is the name of a function inside lazydocker that we want to run, as opposed to a command-line command. This is only used internally and can't be configured by the user
|
||||
InternalFunction func() error `yaml:"internalFunction"`
|
||||
InternalFunction func() error `yaml:"-"`
|
||||
}
|
||||
|
||||
// GetDefaultConfig returns the application default configuration NOTE (to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue