package
0.1.0
Repository: https://github.com/songmu/kibelasync.git
Documentation: pkg.go.dev

# Functions

New returns new http client.
Test for create test client for using testing only.

# Constants

# Variables

ErrorTooManyRequet is an error representing too many request.

# Structs

Client is http client for kibela.
Error is error type for GraphQL request.
ErrorExtensions is for extra information of errors.
ErrorLocation is represents error location.
Payload is GraphQL payload.

# Interfaces

Doer is an interface for mocking http client.

# Type aliases

ErrorCode is for representing error types.
Errors is an error type contained multiple errors { "errors": [ { "message": "Unexpected end of document", "extensions": { "code": "PARSE_ERROR" } } ] } */.