partial_files

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func D2DPartialFileHandler

func D2DPartialFileHandler(storeInstance *store.Store) func(http.ResponseWriter, *http.Request, map[string]string)

func ExtJsPartialFileHandler

func ExtJsPartialFileHandler(storeInstance *store.Store) func(http.ResponseWriter, *http.Request, map[string]string)

func ExtJsPartialFileSingleHandler

func ExtJsPartialFileSingleHandler(storeInstance *store.Store) func(http.ResponseWriter, *http.Request, map[string]string)

Types

type PartialFileConfigResponse

type PartialFileConfigResponse struct {
	Errors  map[string]string  `json:"errors"`
	Message string             `json:"message"`
	Data    *store.PartialFile `json:"data"`
	Status  int                `json:"status"`
	Success bool               `json:"success"`
}

type PartialFilesResponse

type PartialFilesResponse struct {
	Data   []store.PartialFile `json:"data"`
	Digest string              `json:"digest"`
}

Jump to

Keyboard shortcuts

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