Documentation
¶
Index ¶
- func New() auacornapi.Acorn
- type Impl
- func (c *Impl) AcornName() string
- func (c *Impl) AssembleAcorn(registry auacornapi.AcornRegistry) error
- func (c *Impl) CreateOwner(w http.ResponseWriter, r *http.Request)
- func (c *Impl) DeleteOwner(w http.ResponseWriter, r *http.Request)
- func (c *Impl) GetOwners(w http.ResponseWriter, r *http.Request)
- func (c *Impl) GetSingleOwner(w http.ResponseWriter, r *http.Request)
- func (c *Impl) IsOwnerController() bool
- func (c *Impl) PatchOwner(w http.ResponseWriter, r *http.Request)
- func (c *Impl) SetupAcorn(registry auacornapi.AcornRegistry) error
- func (c *Impl) TeardownAcorn(_ auacornapi.AcornRegistry) error
- func (c *Impl) UpdateOwner(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 Owners service.Owners Timestamp librepo.Timestamp }
func (*Impl) AssembleAcorn ¶
func (*Impl) CreateOwner ¶
func (c *Impl) CreateOwner(w http.ResponseWriter, r *http.Request)
func (*Impl) DeleteOwner ¶
func (c *Impl) DeleteOwner(w http.ResponseWriter, r *http.Request)
func (*Impl) GetSingleOwner ¶
func (c *Impl) GetSingleOwner(w http.ResponseWriter, r *http.Request)
func (*Impl) IsOwnerController ¶
func (*Impl) PatchOwner ¶
func (c *Impl) PatchOwner(w http.ResponseWriter, r *http.Request)
func (*Impl) SetupAcorn ¶
func (*Impl) TeardownAcorn ¶
func (*Impl) UpdateOwner ¶
func (c *Impl) UpdateOwner(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.