Documentation
¶
Index ¶
Constants ¶
View Source
const ( Type_UNKNOWN = StoreType(iota) Type_RAW Type_FS Type_VC )
View Source
const (
MaxMessageSize = gotfs.DefaultMaxBlobSize
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchInfo ¶ added in v0.0.3
type BranchInfo struct {
Salt []byte `json:"salt"`
Annotations []branches.Annotation `json:"annotations"`
CreatedAt tai64.TAI64 `json:"created_at"`
}
Click to show internal directories.
Click to hide internal directories.