baz

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FOO = FooState(101)
	BAR = FooState(202)
)

Variables

This section is empty.

Functions

func MakeIt

func MakeIt(foo FooState, bar []string, baz func(chan struct{}, ...bool)) error

Types

type FooDetails

type FooDetails struct {
	ID         int64    `json:"id"`
	Name       string   `json:"name"`
	Categories []string `json:"categories"`
}

func (*FooDetails) String

func (d *FooDetails) String() string

type FooState

type FooState int64

func (FooState) String

func (s FooState) String() string

type IFoo

type IFoo interface {
	fmt.Stringer
	DoIt(http.RoundTripper, bool) error
}

Jump to

Keyboard shortcuts

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