Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleOptionsType ¶
type ExampleOptionsType struct {
// contains filtered or unexported fields
}
ExampleOptionsType for type Example
func ExampleOptions ¶
func ExampleOptions() ExampleOptionsType
ExampleOptions options builder constructor for Example
func (ExampleOptionsType) Logger ¶
func (o ExampleOptionsType) Logger(v func(err error)) ExampleOptionsType
Logger sets a logger for an example.
func (ExampleOptionsType) Name ¶
func (o ExampleOptionsType) Name(v string) ExampleOptionsType
Name sets example name.
func (ExampleOptionsType) Size ¶
func (o ExampleOptionsType) Size(v int64) ExampleOptionsType
Click to show internal directories.
Click to hide internal directories.