es6flow

package
v0.0.0-...-a037c27 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2019 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(spec openapi.Swagger, options ...Option) error

Types

type Array

type Array struct {
	// contains filtered or unexported fields
}

func (*Array) Name

func (a *Array) Name() string

func (*Array) SetName

func (a *Array) SetName(s string)

type Builtin

type Builtin string

func (Builtin) Name

func (b Builtin) Name() string

func (Builtin) SetName

func (b Builtin) SetName(s string)

type Call

type Call struct {
	// contains filtered or unexported fields
}

func (*Call) Consumes

func (call *Call) Consumes() []string

func (*Call) DefaultConsumes

func (call *Call) DefaultConsumes() string

type Client

type Client struct {
	// contains filtered or unexported fields
}

type Context

type Context struct {
	// contains filtered or unexported fields
}

type Field

type Field struct {
	// contains filtered or unexported fields
}

type Option

type Option = option.Interface

func WithDefaultServiceName

func WithDefaultServiceName(s string) Option

func WithDir

func WithDir(s string) Option

type Response

type Response struct {
	// contains filtered or unexported fields
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

type Struct

type Struct struct {
	// contains filtered or unexported fields
}

func (*Struct) Name

func (o *Struct) Name() string

func (*Struct) SetName

func (o *Struct) SetName(s string)

type Type

type Type interface {
	Name() string
	SetName(string)
}

Jump to

Keyboard shortcuts

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