plan

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandlerQueryPlan

func HandlerQueryPlan(ctx *context.Context) gin.HandlerFunc

func HandlerQueryPlans

func HandlerQueryPlans(ctx *context.Context) gin.HandlerFunc

func HandlerQueryPlansForProvider

func HandlerQueryPlansForProvider(ctx *context.Context) gin.HandlerFunc

func RegisterRoutes

func RegisterRoutes(router gin.IRouter, ctx *context.Context)

Types

type RequestQueryPlan

type RequestQueryPlan struct {
	URI   types.URI
	Query types.Query
}

func NewRequestQueryPlan

func NewRequestQueryPlan(c *gin.Context) (req *RequestQueryPlan, err error)

type RequestQueryPlans

type RequestQueryPlans struct {
	Status     hubtypes.Status
	Pagination *query.PageRequest

	Query types.Query
}

func NewRequestQueryPlans

func NewRequestQueryPlans(c *gin.Context) (req *RequestQueryPlans, err error)

type RequestQueryPlansForProvider

type RequestQueryPlansForProvider struct {
	ProvAddress hubtypes.ProvAddress
	Status      hubtypes.Status
	Pagination  *query.PageRequest

	URI   types.URI
	Query types.Query
}

func NewRequestQueryPlansForProvider

func NewRequestQueryPlansForProvider(c *gin.Context) (req *RequestQueryPlansForProvider, err error)

Jump to

Keyboard shortcuts

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