mirror of
https://github.com/Luzifer/ots.git
synced 2025-05-15 04:22:20 -04:00
parent
73209fc52c
commit
48bf8c9ca4
2 changed files with 22 additions and 4 deletions
|
@ -40,6 +40,13 @@ type (
|
|||
MetricsAllowedSubnets []string `json:"-" yaml:"metricsAllowedSubnets"`
|
||||
OverlayFSPath string `json:"-" yaml:"overlayFSPath"`
|
||||
UseFormalLanguage bool `json:"-" yaml:"useFormalLanguage"`
|
||||
|
||||
FooterLinks []FooterLink `json:"footerLinks,omitempty" yaml:"footerLinks"`
|
||||
}
|
||||
|
||||
FooterLink struct {
|
||||
Name string `json:"name" yaml:"name"`
|
||||
URL string `json:"url" yaml:"url"`
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue