9 lines
94 B
Go
9 lines
94 B
Go
package steward
|
|
|
|
type (
|
|
Config struct {
|
|
GithubClientID string
|
|
GithubSecret string
|
|
}
|
|
)
|