Documentation ¶
Index ¶
- func New() auacornapi.Acorn
- type Impl
- func (c *Impl) AcornName() string
- func (c *Impl) AssembleAcorn(registry auacornapi.AcornRegistry) error
- func (c *Impl) CreateService(w http.ResponseWriter, r *http.Request)
- func (c *Impl) DeleteService(w http.ResponseWriter, r *http.Request)
- func (c *Impl) GetServicePromoters(w http.ResponseWriter, r *http.Request)
- func (c *Impl) GetServices(w http.ResponseWriter, r *http.Request)
- func (c *Impl) GetSingleService(w http.ResponseWriter, r *http.Request)
- func (c *Impl) IsServiceController() bool
- func (c *Impl) PatchService(w http.ResponseWriter, r *http.Request)
- func (c *Impl) SetupAcorn(registry auacornapi.AcornRegistry) error
- func (c *Impl) TeardownAcorn(_ auacornapi.AcornRegistry) error
- func (c *Impl) UpdateService(w http.ResponseWriter, r *http.Request)
- func (c *Impl) WireUp(_ context.Context, router chi.Router)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Impl ¶
type Impl struct { Configuration librepo.Configuration CustomConfiguration config.CustomConfiguration Logging librepo.Logging Services service.Services Timestamp librepo.Timestamp }
func (*Impl) AssembleAcorn ¶
func (*Impl) CreateService ¶
func (c *Impl) CreateService(w http.ResponseWriter, r *http.Request)
func (*Impl) DeleteService ¶
func (c *Impl) DeleteService(w http.ResponseWriter, r *http.Request)
func (*Impl) GetServicePromoters ¶
func (c *Impl) GetServicePromoters(w http.ResponseWriter, r *http.Request)
func (*Impl) GetServices ¶
func (c *Impl) GetServices(w http.ResponseWriter, r *http.Request)
func (*Impl) GetSingleService ¶
func (c *Impl) GetSingleService(w http.ResponseWriter, r *http.Request)
func (*Impl) IsServiceController ¶
func (*Impl) PatchService ¶
func (c *Impl) PatchService(w http.ResponseWriter, r *http.Request)
func (*Impl) SetupAcorn ¶
func (*Impl) TeardownAcorn ¶
func (*Impl) UpdateService ¶
func (c *Impl) UpdateService(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.