Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectVersion ¶
func NewObjectVersion ¶
func NewObjectVersion(obj *object.Object) *ObjectVersion
func (*ObjectVersion) VersionID ¶
func (o *ObjectVersion) VersionID() string
type ObjectVersions ¶
type ObjectVersions struct {
// contains filtered or unexported fields
}
func NewObjectVersions ¶
func NewObjectVersions(name string) *ObjectVersions
func (*ObjectVersions) AppendVersion ¶
func (v *ObjectVersions) AppendVersion(ov *ObjectVersion)
func (*ObjectVersions) GetCRDTHeaders ¶
func (v *ObjectVersions) GetCRDTHeaders() map[string]string
func (*ObjectVersions) GetLast ¶
func (v *ObjectVersions) GetLast() *ObjectVersion
func (*ObjectVersions) Name ¶
func (v *ObjectVersions) Name() string
Click to show internal directories.
Click to hide internal directories.