controller

package
v0.0.0-...-6a8cb58 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationController

type ApplicationController interface {
	Create(w http.ResponseWriter, r *http.Request)
}

func NewApplicationController

func NewApplicationController(ctx context.Context, db *bbolt.DB) ApplicationController

type CardController

type CardController interface {
	FindAll(w http.ResponseWriter, r *http.Request)
	Activate(w http.ResponseWriter, r *http.Request)
}

func NewCardController

func NewCardController(ctx context.Context, db *bbolt.DB) CardController

type ConfigController

type ConfigController interface {
	Save(w http.ResponseWriter, r *http.Request)
	FindAll(w http.ResponseWriter, r *http.Request)
	FindByName(w http.ResponseWriter, r *http.Request)
}

func NewConfigController

func NewConfigController(ctx context.Context, db *bbolt.DB) ConfigController

type OperationController

type OperationController interface {
	Create(w http.ResponseWriter, r *http.Request)
}

func NewOperationController

func NewOperationController(ctx context.Context, db *bbolt.DB) OperationController

type ProductController

type ProductController interface {
	Syns(w http.ResponseWriter, r *http.Request)
	FindAll(w http.ResponseWriter, r *http.Request)
	FindAllAgents(w http.ResponseWriter, r *http.Request)
}

func NewProductController

func NewProductController(ctx context.Context, db *bbolt.DB) ProductController

type TestCaseController

type TestCaseController interface {
	Save(w http.ResponseWriter, r *http.Request)
	FindAll(w http.ResponseWriter, r *http.Request)
	FindById(w http.ResponseWriter, r *http.Request)
}

func NewTestCaseController

func NewTestCaseController(ctx context.Context, db *bbolt.DB) TestCaseController

Jump to

Keyboard shortcuts

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