Raw File
api.go
package config

type API struct {
	HTTPHeaders map[string][]string // HTTP headers to return with the API.
}
back to top