empact/steward/config.go

9 lines
94 B
Go
Raw Normal View History

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