Documentation
¶
Overview ¶
Package service provides the inventory server implementation It implements the RPC methods for the inventory server
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InventoryServer ¶
type InventoryServer struct {
// contains filtered or unexported fields
}
InventoryServer implements the inventory server interface
func NewInventoryServer ¶
func NewInventoryServer(storage inventory.Storage) *InventoryServer
NewInventoryServer creates a new server with the provided storage
Click to show internal directories.
Click to hide internal directories.