interfaces

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleFunc

type ExampleFunc func() error

SampleFuncは、実行するサンプル処理を表します

type ExampleKey

type ExampleKey string

SampleKeyは、サンプル名を表すキーを表します

type ExampleMapping

type ExampleMapping map[ExampleKey]ExampleFunc

SampleMappingは、サンプルのマッピング定義を表します

func NewSampleMapping

func NewSampleMapping() ExampleMapping

NewSampleMapping は、SampleMappingのコンストラクタ関数です

func (ExampleMapping) MakeMapping

func (m ExampleMapping) MakeMapping(registers ...Register)

MakeMapping は、マッピングを生成します

type Register

type Register interface {
	// 指定されたマッピングに自身のサンプル情報を登録します.
	Regist(m ExampleMapping)
}

Register は、各パッケージ毎のサンプルを登録するためのインターフェースです.

Jump to

Keyboard shortcuts

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