Documentation ¶
Overview ¶
Package mappings は、マッピングのためのインターフェースや型が定義されています。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleMapping ¶
type ExampleMapping map[ExampleKey]ExampleFunc
ExampleMapping は、サンプルのマッピング定義を表します
func NewSampleMapping ¶
func NewSampleMapping() ExampleMapping
NewSampleMapping は、SampleMappingのコンストラクタ関数です
func (ExampleMapping) AllExampleNames ¶
func (m ExampleMapping) AllExampleNames() []string
AllExampleNames は、登録されている全サンプル名を返します
func (ExampleMapping) MakeMapping ¶
func (m ExampleMapping) MakeMapping(registers ...Register)
MakeMapping は、マッピングを生成します
type Register ¶
type Register interface { // Regist -- 指定されたマッピングに自身のサンプル情報を登録します. Regist(m ExampleMapping) }
Register は、各パッケージ毎のサンプルを登録するためのインターフェースです.
Click to show internal directories.
Click to hide internal directories.