types

package
v0.0.0-...-f7c2916 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Config  *config.AppConfig
	Handler func(w http.ResponseWriter, r *http.Request, config *config.AppConfig)
}

func (App) ServeHTTP

func (a App) ServeHTTP(w http.ResponseWriter, r *http.Request)

type PkgQueryParams

type PkgQueryParams struct {
	Name    string
	Version string
	OwnerId int
}

type PkgQueryResponse

type PkgQueryResponse struct {
	ID string `json:"id"`
}

type PkgRegisterResponse

type PkgRegisterResponse struct {
	ID string `json:"id"`
}

type PkgRow

type PkgRow struct {
	OwnerId       int
	Name          string
	Version       string
	ObjectStoreId string
	Created       string
}

Jump to

Keyboard shortcuts

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