Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCachePlugin ¶
type FakeCachePlugin struct {
// contains filtered or unexported fields
}
func (*FakeCachePlugin) Configure ¶
func (self *FakeCachePlugin) Configure(cfg json.RawMessage) error
type FakeCachePluginFactory ¶
type FakeCachePluginFactory struct { }
func (*FakeCachePluginFactory) Name ¶
func (self *FakeCachePluginFactory) Name() string
func (*FakeCachePluginFactory) New ¶
func (self *FakeCachePluginFactory) New(cfg json.RawMessage) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.