config barebones
This commit is contained in:
@@ -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