Documentation ¶
Index ¶
- type IndexItem
- type Map
- func (l *Map) Delete() (*s3.DeleteObjectOutput, error)
- func (l *Map) Get(key string) ([]byte, error)
- func (l *Map) MapAllRangeKey() (map[string]string, error)
- func (l *Map) PieceKey(key string) (string, error)
- func (l *Map) Save() error
- func (l *Map) Set(key string, data []byte) error
- func (l *Map) ValidateAndFreeze() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
func LoadEntireMap ¶
func LoadEntireMap(obj *lino_s3.LinoS3Object) (*Map, error)
func NewMap ¶
func NewMap(obj *lino_s3.LinoS3Object) *Map
func (*Map) ValidateAndFreeze ¶
Click to show internal directories.
Click to hide internal directories.