mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
7 lines
120 B
Go
7 lines
120 B
Go
package config
|
|
|
|
// Service defines the available service configuration.
|
|
type Service struct {
|
|
Name string `yaml:"-"`
|
|
}
|