httptransport

package
v0.0.0-...-ee53a0f Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MarshalCreateResponse

func MarshalCreateResponse(res *sub_s.Tenant, w http.ResponseWriter)

func MarshalDetailResponse

func MarshalDetailResponse(res *sub_s.Tenant, w http.ResponseWriter)

func MarshalListAsSelectOptionResponse

func MarshalListAsSelectOptionResponse(res []*sub_s.TenantAsSelectOption, w http.ResponseWriter)

func MarshalListResponse

func MarshalListResponse(res *sub_s.TenantListResult, w http.ResponseWriter)

func MarshalOperationCreateCommentResponse

func MarshalOperationCreateCommentResponse(res *sub_s.Tenant, w http.ResponseWriter)

func MarshalUpdateResponse

func MarshalUpdateResponse(res *sub_s.Tenant, w http.ResponseWriter)

func UnmarshalCreateRequest

func UnmarshalCreateRequest(ctx context.Context, r *http.Request) (*sub_s.Tenant, error)

func UnmarshalUpdateRequest

func UnmarshalUpdateRequest(ctx context.Context, r *http.Request) (*sub_s.Tenant, error)

func UnmarshalUpdateTaxRateOperationRequest

func UnmarshalUpdateTaxRateOperationRequest(ctx context.Context, r *http.Request) (*c.UpdateTaxRateOperationRequestIDO, error)

func ValidateCreateRequest

func ValidateCreateRequest(dirtyData *sub_s.Tenant) error

func ValidateOperationCreateCommentRequest

func ValidateOperationCreateCommentRequest(dirtyData *TenantOperationCreateCommentRequest) error

func ValidateUpdateRequest

func ValidateUpdateRequest(dirtyData *sub_s.Tenant) error

Types

type Handler

type Handler struct {
	Logger     *slog.Logger
	Controller tenant_c.TenantController
}

Handler Creates http request handler

func NewHandler

func NewHandler(loggerp *slog.Logger, c tenant_c.TenantController) *Handler

NewHandler Constructor

func (*Handler) Create

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

func (*Handler) DeleteByID

func (h *Handler) DeleteByID(w http.ResponseWriter, r *http.Request, id string)

func (*Handler) GetByID

func (h *Handler) GetByID(w http.ResponseWriter, r *http.Request, id string)

func (*Handler) List

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

func (*Handler) ListAsSelectOptionByFilter

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

func (*Handler) OperationCreateComment

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

func (*Handler) UpdateByID

func (h *Handler) UpdateByID(w http.ResponseWriter, r *http.Request, id string)

func (*Handler) UpdateTaxRateOperation

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

type TenantOperationCreateCommentRequest

type TenantOperationCreateCommentRequest struct {
	TenantID primitive.ObjectID `bson:"tenant_id" json:"tenant_id"`
	Content  string             `bson:"content" json:"content"`
}

func UnmarshalOperationCreateCommentRequest

func UnmarshalOperationCreateCommentRequest(ctx context.Context, r *http.Request) (*TenantOperationCreateCommentRequest, error)

Jump to

Keyboard shortcuts

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