protocol

package
v0.0.0-...-4ba1123 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package protocol contains types for Perkeep protocol types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StatResponse

type StatResponse struct {
	Stat        []blob.SizedRef `json:"stat"`
	CanLongPoll bool            `json:"canLongPoll"` // TODO: move this to discovery?
}

StatResponse is the JSON document returned from the blob batch stat handler.

See doc/protocol/blob-stat-protocol.txt.

func (*StatResponse) MarshalJSON

func (p *StatResponse) MarshalJSON() ([]byte, error)

type UploadResponse

type UploadResponse struct {
	Received  []blob.SizedRef `json:"received"`
	ErrorText string          `json:"errorText,omitempty"`
}

UploadResponse is the JSON document returned from the blob batch upload handler.

See doc/protocol/blob-upload-protocol.txt.

func (*UploadResponse) MarshalJSON

func (p *UploadResponse) MarshalJSON() ([]byte, error)

Jump to

Keyboard shortcuts

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