(url string)
| 947 | } |
| 948 | |
| 949 | func WithAuthDatabaseURL(url string) AppOption { |
| 950 | return func(o *ApplicationConfig) { |
| 951 | o.Auth.DatabaseURL = url |
| 952 | } |
| 953 | } |
| 954 | |
| 955 | func WithAuthGitHubClientID(clientID string) AppOption { |
| 956 | return func(o *ApplicationConfig) { |
no outgoing calls
no test coverage detected