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
2023-10-23 10:21:25 +02:00

12 lines
160 B
Go

package model
import "net/http"
type RequestContext struct {
Client http.Client
Host string
UserAgent string
Username string
APIKey string
}