mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-20 17:52:17 -05:00
78064e6bab
Signed-off-by: Christian Richter <crichter@owncloud.com>
7 lines
120 B
Go
7 lines
120 B
Go
package config
|
|
|
|
// Service defines the available service configuration.
|
|
type Service struct {
|
|
Name string `yaml:"-"`
|
|
}
|