Skip to content

Commit aca750a

Browse files
authored
Add authcontrol.ServiceConfig for client services (#48)
1 parent 1a44627 commit aca750a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package authcontrol
2+
3+
type ServiceConfig struct {
4+
URL string `toml:"url"`
5+
JWTSecret string `toml:"jwt_secret"`
6+
AccessKey string `toml:"access_key"`
7+
}

0 commit comments

Comments
 (0)