Documentation ¶
Index ¶
- type Application
- func (app *Application) CreateSamenvoeging(ctx context.Context, request api.CreateSamenvoegingRequestObject) (api.CreateSamenvoegingResponseObject, error)
- func (app *Application) CreateVreemdeling(ctx context.Context, request api.CreateVreemdelingRequestObject) (api.CreateVreemdelingResponseObject, error)
- func (app *Application) DeleteVreemdelingById(ctx context.Context, request api.DeleteVreemdelingByIdRequestObject) (api.DeleteVreemdelingByIdResponseObject, error)
- func (app *Application) FindVreemdeling(ctx context.Context, request api.FindVreemdelingRequestObject) (api.FindVreemdelingResponseObject, error)
- func (app *Application) GetSamenvoegingen(ctx context.Context, request api.GetSamenvoegingenRequestObject) (api.GetSamenvoegingenResponseObject, error)
- func (app *Application) OpenAPI(w http.ResponseWriter, r *http.Request)
- func (app *Application) ReadVreemdelingById(ctx context.Context, request api.ReadVreemdelingByIdRequestObject) (api.ReadVreemdelingByIdResponseObject, error)
- func (app *Application) Router()
- func (app *Application) UpdateVreemdelingById(ctx context.Context, request api.UpdateVreemdelingByIdRequestObject) (api.UpdateVreemdelingByIdResponseObject, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
func (*Application) CreateSamenvoeging ¶
func (app *Application) CreateSamenvoeging(ctx context.Context, request api.CreateSamenvoegingRequestObject) (api.CreateSamenvoegingResponseObject, error)
Implements api.StrictServerInterface.
func (*Application) CreateVreemdeling ¶
func (app *Application) CreateVreemdeling(ctx context.Context, request api.CreateVreemdelingRequestObject) (api.CreateVreemdelingResponseObject, error)
Implements api.StrictServerInterface.
func (*Application) DeleteVreemdelingById ¶
func (app *Application) DeleteVreemdelingById(ctx context.Context, request api.DeleteVreemdelingByIdRequestObject) (api.DeleteVreemdelingByIdResponseObject, error)
Implements api.StrictServerInterface.
func (*Application) FindVreemdeling ¶
func (app *Application) FindVreemdeling(ctx context.Context, request api.FindVreemdelingRequestObject) (api.FindVreemdelingResponseObject, error)
FindVreemdeling implements api.StrictServerInterface.
func (*Application) GetSamenvoegingen ¶
func (app *Application) GetSamenvoegingen(ctx context.Context, request api.GetSamenvoegingenRequestObject) (api.GetSamenvoegingenResponseObject, error)
Implements api.StrictServerInterface.
func (*Application) OpenAPI ¶
func (app *Application) OpenAPI(w http.ResponseWriter, r *http.Request)
func (*Application) ReadVreemdelingById ¶
func (app *Application) ReadVreemdelingById(ctx context.Context, request api.ReadVreemdelingByIdRequestObject) (api.ReadVreemdelingByIdResponseObject, error)
Implements api.StrictServerInterface.
func (*Application) Router ¶
func (app *Application) Router()
func (*Application) UpdateVreemdelingById ¶
func (app *Application) UpdateVreemdelingById(ctx context.Context, request api.UpdateVreemdelingByIdRequestObject) (api.UpdateVreemdelingByIdResponseObject, error)
Implements api.StrictServerInterface.
Click to show internal directories.
Click to hide internal directories.