Documentation ¶
Index ¶
- type ParallelPartitionLister
- type Partition
- type PartitionLister
- type Partitioner
- type Store
- func (s *Store) ByID(apiOp *types.APIRequest, schema *types.APISchema, id string) (types.APIObject, error)
- func (s *Store) Create(apiOp *types.APIRequest, schema *types.APISchema, data types.APIObject) (types.APIObject, error)
- func (s *Store) Delete(apiOp *types.APIRequest, schema *types.APISchema, id string) (types.APIObject, error)
- func (s *Store) List(apiOp *types.APIRequest, schema *types.APISchema) (types.APIObjectList, error)
- func (s *Store) Update(apiOp *types.APIRequest, schema *types.APISchema, data types.APIObject, ...) (types.APIObject, error)
- func (s *Store) Watch(apiOp *types.APIRequest, schema *types.APISchema, wr types.WatchRequest) (chan types.APIEvent, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParallelPartitionLister ¶
type ParallelPartitionLister struct { Lister PartitionLister Concurrency int64 Partitions []Partition // contains filtered or unexported fields }
func (*ParallelPartitionLister) Continue ¶
func (p *ParallelPartitionLister) Continue() string
func (*ParallelPartitionLister) Err ¶
func (p *ParallelPartitionLister) Err() error
func (*ParallelPartitionLister) Revision ¶
func (p *ParallelPartitionLister) Revision() string
type PartitionLister ¶
type Partitioner ¶
Click to show internal directories.
Click to hide internal directories.