parameter

package
v0.0.0-...-6f130a9 Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stuff

type Stuff struct {
	Name string `json:"name"`

	Base       string `json:"base,omitempty"`
	GenDir     string `json:"gen_dir,omitempty"`
	MethodsDir string `json:"methods_dir,omitempty"`
	Domain     string `json:"domain,omitempty"`
	Namespace  string `json:"namespace,omitempty"`

	Service         string `json:"service,omitempty"`
	Method          string `json:"method,omitempty"`
	NestedDirectory string `json:"nested_directory,omitempty"`
}

func From

func From(encoded string) (*Stuff, error)

func (*Stuff) Encode

func (s *Stuff) Encode() (string, error)

func (*Stuff) MustEncode

func (s *Stuff) MustEncode() string

func (*Stuff) NestingEscape

func (s *Stuff) NestingEscape() string

func (*Stuff) String

func (s *Stuff) String() string

String implements fmt.Stringer

Jump to

Keyboard shortcuts

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