Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service handles block-related operations
func NewService ¶
NewService creates a new block service instance
func (*Service) DeleteBlock ¶
DeleteBlock removes a block from storage
func (*Service) GetModelBlocks ¶
GetModelBlocks retrieves all blocks for a model
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store manages the storage of model data blocks
func (*Store) DeleteBlock ¶
DeleteBlock removes a block from storage
Click to show internal directories.
Click to hide internal directories.