httpserver

package
v0.0.0-...-653efa9 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2021 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtentMapElementStruct

type ExtentMapElementStruct struct {
	FileOffset    uint64 `json:"file_offset"`
	ContainerName string `json:"container_name"`
	ObjectName    string `json:"object_name"`
	ObjectOffset  uint64 `json:"object_offset"`
	Length        uint64 `json:"length"`
}

type JobStatusJSONPackedStruct

type JobStatusJSONPackedStruct struct {
	StartTime string   `json:"start time"`
	HaltTime  string   `json:"halt time"`
	DoneTime  string   `json:"done time"`
	ErrorList []string `json:"error list"`
	InfoList  []string `json:"info list"`
}

JobStatusJSONPackedStruct describes all the possible fields returned in JSON-encoded job GET body

Jump to

Keyboard shortcuts

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