mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-24 13:39:46 -06:00
config barebones
This commit is contained in:
12
pkg/config/config.go
Normal file
12
pkg/config/config.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Package config should be moved to internal
|
||||
package config
|
||||
|
||||
// Config captures ocis-accounts configuration parameters
|
||||
type Config struct {
|
||||
MountPath string
|
||||
}
|
||||
|
||||
// New returns a new config
|
||||
func New() *Config {
|
||||
return &Config{}
|
||||
}
|
||||
Reference in New Issue
Block a user