This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
e621-sdk-go/pkg/e621/model/basic.go

9 lines
118 B
Go
Raw Normal View History

2023-10-16 13:56:00 +00:00
package model
type RequestContext struct {
Host string
UserAgent string
Username string
APIKey string
}