Files
stfs/pkg/utility/config.go
2021-12-07 01:54:47 +01:00

6 lines
65 B
Go

package utility
type PasswordConfig struct {
Password string
}