Files
opencloud/services/search/pkg/config/service.go
Ralf Haferkamp 553ae7dfa3 Remove 'ocisConfig' struct tag leftovers
Support the 'ocisConfig' tag was removed long time ago with commit
1232f26fe4
2025-01-16 17:51:02 +01:00

7 lines
120 B
Go

package config
// Service defines the available service configuration.
type Service struct {
Name string `yaml:"-"`
}