6 lines
109 B
Go
6 lines
109 B
Go
package config
|
|
|
|
type API struct {
|
|
HTTPHeaders map[string][]string // HTTP headers to return with the API.
|
|
}
|