dim

package
v0.0.0-...-adfec57 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2025 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CORSMiddleware

func CORSMiddleware() gin.HandlerFunc

func ConfigureRouter

func ConfigureRouter(dimController *DimController) *gin.Engine

Types

type DimController

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

func NewDimController

func NewDimController(dimService DimServiceInterface) *DimController

func (DimController) CreateFlightPlan

func (d DimController) CreateFlightPlan(c *gin.Context)

func (DimController) DeleteFlightPlan

func (d DimController) DeleteFlightPlan(c *gin.Context)

func (DimController) GetFlightPlan

func (d DimController) GetFlightPlan(c *gin.Context)

func (DimController) UpdateFlightPlan

func (d DimController) UpdateFlightPlan(c *gin.Context)

func (DimController) UploadBatch

func (d DimController) UploadBatch(c *gin.Context)

type DimService

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

type DimServiceInterface

type DimServiceInterface interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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