budibasegrp

package
v0.0.0-...-4109721 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package budibasegrp contains handlers proper to budibase, we may don't need it in the future.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	ID string `json:"_id"`
}

Data is needed for getting data response.

type Equal

type Equal struct {
	ID1 int
}

Equal is need to get a row.

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func New

func New(logger *slog.Logger, domibusSOAP *domibus.SOAP, party domibus.Party, catalogIDs map[uuid.UUID]string) *Handler

func (*Handler) UpdateApplication

func (h *Handler) UpdateApplication(w http.ResponseWriter, r *http.Request)

UpdateApplication updates the permit application in budibase.

type Query

type Query struct {
	Equal Equal `json:"equal"`
}

Query is needed to get a row.

type Request

type Request struct {
	Query Query `json:"query"`
}

Request is the body request to get a row.

type Response

type Response struct {
	Data []Data `json:"data"`
}

Response is the response for getting a row.

type UpdateRequest

type UpdateRequest struct {
	Status string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL