Documentation
¶
Index ¶
Constants ¶
View Source
const ApiBasePathV1 = "api/v1"
ApiBasePathV1 is the base path for version 1 of the API.
View Source
const DeltaApiPath = "delta"
DeltaApiPath is the sub path for the delta creation API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIError ¶
type APIError struct {
Error APIErrorInner `json:"error"`
}
type APIErrorInner ¶
type ReadDeltaRequest ¶
type ReadDeltaResponse ¶
type SuccessResponse ¶
type SuccessResponse[T any] struct { Success T `json:"success"` }
Click to show internal directories.
Click to hide internal directories.