e2e

package
v0.0.0-...-d86d13e Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Code generated by "fmgo"; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Run() string
}

func NewSimpleStruct

func NewSimpleStruct(id string, name string) Interface

func NewSimpleStructOptions

func NewSimpleStructOptions(opts ...SimpleStructOption) Interface

type SimpleStruct

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

skip: go:generate ./fm5 -t SimpleStruct -fo -r Interface

func (*SimpleStruct) Run

func (s *SimpleStruct) Run() string

type SimpleStructOption

type SimpleStructOption func(*SimpleStruct)

func WithId

func WithId(id string) SimpleStructOption

func WithName

func WithName(name string) SimpleStructOption

Jump to

Keyboard shortcuts

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