1
0
Fork 0
empact/steward/config.go

9 lines
94 B
Go
Raw Normal View History

2015-01-10 12:30:53 +00:00
package steward
type (
Config struct {
GithubClientID string
GithubSecret string
}
)