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-16 15:56:00 +02:00

9 lines
118 B
Go

package model
type RequestContext struct {
Host string
UserAgent string
Username string
APIKey string
}