command

package
v0.0.0-...-e75800c Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDebugLogsAudit

type CreateDebugLogsAudit struct {
	Id   string                `uri:"audit_id" validate:"required"`
	File *multipart.FileHeader `form:"file" binding:"required"`
}

type CreateDebugLogsAuditClaim

type CreateDebugLogsAuditClaim struct {
	Id          uuid.UUID
	Username    string `json:"username" validate:"required,max=128"`
	Description string `json:"description" validate:"required,max=2048"`
}

type CreateDebugLogsAuditClaimHandler

type CreateDebugLogsAuditClaimHandler struct {
	DebugLogsAuditRepository domain.DebugLogAuditRepository
	DebugLogsAuditConfig     domain.DebugLogsConfig
	Clock                    clock.Clock
}

func (*CreateDebugLogsAuditClaimHandler) Handle

type CreateDebugLogsAuditHandler

type CreateDebugLogsAuditHandler struct {
	DebugLogsAuditRepository domain.DebugLogAuditRepository
	FileSystem               storage.FileSystemStorage
	Config                   domain.DebugLogsConfig
	Clock                    clock.Clock
}

func (*CreateDebugLogsAuditHandler) Handle

type DeleteAllDebugLogsAudit

type DeleteAllDebugLogsAudit struct{}

type DeleteAllDebugLogsAuditHandler

type DeleteAllDebugLogsAuditHandler struct {
	Database *gorm.DB
	Qb       *goqu.Database
}

func (*DeleteAllDebugLogsAuditHandler) Handle

type DeleteDebugLogsAudit

type DeleteDebugLogsAudit struct {
	Id string `uri:"audit_id" validate:"required,uuid4"`
}

type DeleteDebugLogsAuditHandler

type DeleteDebugLogsAuditHandler struct {
	DebugLogsAuditRepository domain.DebugLogAuditRepository
}

func (*DeleteDebugLogsAuditHandler) Handle

type UpdateDebugLogsAudit

type UpdateDebugLogsAudit struct {
	Id          string `uri:"audit_id" validate:"required,uuid4"`
	Username    string `json:"username" validate:"required,max=128"`
	Description string `json:"description" validate:"required,max=2048"`
}

type UpdateDebugLogsAuditHandler

type UpdateDebugLogsAuditHandler struct {
	DebugLogsAuditRepository domain.DebugLogAuditRepository
}

func (*UpdateDebugLogsAuditHandler) Handle

Jump to

Keyboard shortcuts

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