contenttype

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRouter

func NewRouter() *http.ServeMux

Types

type Report

type Report struct {
	ID    int    `json:"id"`
	Title string `json:"title"`
	Rows  int    `json:"rows"`
}

type UploadRequest

type UploadRequest struct {
	Filename string `json:"filename"`
	Size     int64  `json:"size"`
}

type UploadResponse

type UploadResponse struct {
	ID       string `json:"id"`
	Filename string `json:"filename"`
	Size     int64  `json:"size"`
}

Jump to

Keyboard shortcuts

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