Documentation ¶
Overview ¶
Package noopLegacy is an empty adapter implementing every aspect. WARNING: Not intended for actual use. This is a stand-in adapter used in benchmarking Mixer's adapter framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct{ adapter.DefaultBuilder }
Builder implements all adapter.*Builder interfaces
func (Builder) BuildAttributesGenerator ¶
func (Builder) BuildAttributesGenerator(adapter.Env, adapter.Config) (adapter.AttributesGenerator, error)
BuildAttributesGenerator creates an adapter.AttributesGenerator instance
func (Builder) NewQuotasAspect ¶
func (Builder) NewQuotasAspect(env adapter.Env, c adapter.Config, quotas map[string]*adapter.QuotaDefinition) (adapter.QuotasAspect, error)
NewQuotasAspect creates an adapter.QuotasAspect instance
Click to show internal directories.
Click to hide internal directories.