1
0
Fork 0
empact/steward/config.go

9 lines
94 B
Go

package steward
type (
Config struct {
GithubClientID string
GithubSecret string
}
)