Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KindRegistry ¶
type KindRegistry interface { Register(info entity.EntityKindInfo, builder entity.EntitySummaryBuilder) error GetSummaryBuilder(kind string) entity.EntitySummaryBuilder GetInfo(kind string) (entity.EntityKindInfo, error) GetFromExtension(suffix string) (entity.EntityKindInfo, error) GetKinds() []entity.EntityKindInfo }
func NewKindRegistry ¶
func NewKindRegistry() KindRegistry
func ProvideService ¶
func ProvideService(cfg *setting.Cfg, renderer rendering.Service) KindRegistry
TODO? This could be a zero dependency service that others are responsible for configuring
Click to show internal directories.
Click to hide internal directories.