Documentation ¶
Overview ¶
Package fake contains fake structs used during tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SnakeOilProv = GenSnakeOilProv()
Functions ¶
func GenSnakeOilKey ¶
func GenSnakeOilProv ¶
Types ¶
type Compilable ¶
type Compilable struct{ Done bool }
Compilable implements utils.Compilable and stores if the Compile function is called.
func (*Compilable) Compile ¶
func (f *Compilable) Compile()
Click to show internal directories.
Click to hide internal directories.