Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Globals ¶
type Globals struct {
// The app identifier should be your app's URL and is used as the primary identifier for rankings.
// This is used to track API usage per application.
//
HTTPReferer *string `header:"style=simple,explode=false,name=HTTP-Referer"`
// The app display name allows you to customize how your app appears in OpenRouter's dashboard.
//
XTitle *string `header:"style=simple,explode=false,name=X-Title"`
}
func (*Globals) GetHTTPReferer ¶
Click to show internal directories.
Click to hide internal directories.