controller

package
v0.0.0-...-7c559dc Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IHealthCheckController

type IHealthCheckController interface {
	HealthCheck(w http.ResponseWriter, r *http.Request)
}

type IV1AccountController

type IV1AccountController interface {
	CreateAccount(w http.ResponseWriter, r *http.Request)
	GetAccountByID(w http.ResponseWriter, r *http.Request)
	GetAccountsByUser(w http.ResponseWriter, r *http.Request)
	UpdateAccount(w http.ResponseWriter, r *http.Request)
	DeleteAccount(w http.ResponseWriter, r *http.Request)
}

type IV1AccountTransactionController

type IV1AccountTransactionController interface {
	CreateTransaction(w http.ResponseWriter, r *http.Request)
	GetTransactionsByAccount(w http.ResponseWriter, r *http.Request)
	UpdateTransaction(w http.ResponseWriter, r *http.Request)
	DeleteTransaction(w http.ResponseWriter, r *http.Request)
}

type IV1UserController

type IV1UserController interface {
	Register(w http.ResponseWriter, r *http.Request)
	Login(w http.ResponseWriter, r *http.Request)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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