mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-16 07:45:09 -04:00
Support the 'ocisConfig' tag was removed long time ago with commit
1232f26fe4
7 lines
120 B
Go
7 lines
120 B
Go
package config
|
|
|
|
// Service defines the available service configuration.
|
|
type Service struct {
|
|
Name string `yaml:"-"`
|
|
}
|