9 lines
118 B
Go
9 lines
118 B
Go
|
package model
|
||
|
|
||
|
type RequestContext struct {
|
||
|
Host string
|
||
|
UserAgent string
|
||
|
Username string
|
||
|
APIKey string
|
||
|
}
|