Documentation ¶
Index ¶
- func AttestMain()
- func AttestWithHelpers()
- func EmployeeSliceOfStructs() []*employee
- func FakeDataMain(enableDebug bool)
- func GithubGraphqlMain()
- func JsonDataMain()
- func RandomGreetingMain()
- func RandomLogMessages()
- func RandomLoopMain()
- func RandomTypesAndKind()
- type GraphQLQuery
- type GraphQLRequest
- type GraphQLResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttestMain ¶
func AttestMain()
func AttestWithHelpers ¶
func AttestWithHelpers()
func EmployeeSliceOfStructs ¶
func EmployeeSliceOfStructs() []*employee
func FakeDataMain ¶
func FakeDataMain(enableDebug bool)
func GithubGraphqlMain ¶
func GithubGraphqlMain()
func JsonDataMain ¶
func JsonDataMain()
func RandomGreetingMain ¶
func RandomGreetingMain()
func RandomLogMessages ¶
func RandomLogMessages()
func RandomLoopMain ¶
func RandomLoopMain()
func RandomTypesAndKind ¶
func RandomTypesAndKind()
Types ¶
type GraphQLQuery ¶
type GraphQLQuery struct {
Query string `json:"query"`
}
type GraphQLRequest ¶
type GraphQLResponse ¶
type GraphQLResponse struct { Data struct { Viewer struct { Login string `json:"login"` CreatedAt string `json:"createdAt"` } `json:"viewer"` RateLimit struct { Limit int `json:"limit"` Cost int `json:"cost"` Remaining int `json:"remaining"` ResetAt string `json:"resetAt"` } `json:"rateLimit"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.