setup

package
v0.0.0-...-b7271af Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Request = HTTPRequest

Functions

func HTTPRequest

func HTTPRequest(router *gin.Engine, method string, url string, body io.Reader, headers gin.H, target interface{}) (*int, error)

func Project

func Project(router *gin.Engine) (*string, *error)

func Router

func Router() *gin.Engine

func UserAccount

func UserAccount(router *gin.Engine) *error

Types

type LoginResponse

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

type ProjectDetailsResponse

type ProjectDetailsResponse struct {
	Data struct {
		Project account.Project
	}
}

type UserDetailsResponse

type UserDetailsResponse struct {
	Data struct {
		User account.User
	}
}

Jump to

Keyboard shortcuts

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