testutil

package
v0.0.0-...-0456d28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetClientFromContext

func GetClientFromContext(ctx context.Context) (graphql.Client, error)

func GetClientFromMyContext

func GetClientFromMyContext(ctx MyContext) (graphql.Client, error)

func GetClientFromNowhere

func GetClientFromNowhere() (graphql.Client, error)

func MarshalDate

func MarshalDate(t *time.Time) ([]byte, error)

func UnmarshalDate

func UnmarshalDate(b []byte, t *time.Time) error

Types

type ID

type ID string

type MyContext

type MyContext interface {
	context.Context

	MyMethod()
}

type Pokemon

type Pokemon struct {
	Species string `json:"species"`
	Level   int    `json:"level"`
}

func (Pokemon) Battle

func (p Pokemon) Battle(q Pokemon) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL