Documentation ¶
Index ¶
- type NodeStore
- func (_m *NodeStore) AddReader(id uuid.UUID, user nodestore.User) error
- func (_m *NodeStore) ChangeOwner(id uuid.UUID, user nodestore.User) error
- func (_m *NodeStore) DeleteNode(id uuid.UUID) error
- func (_m *NodeStore) GetNode(id uuid.UUID) (*nodestore.Node, error)
- func (_m *NodeStore) GetUser(accountName string) (*nodestore.User, error)
- func (_m *NodeStore) RemoveReader(id uuid.UUID, user nodestore.User) error
- func (_m *NodeStore) SetNodePublic(id uuid.UUID, public bool) error
- func (_m *NodeStore) StoreNode(node *nodestore.Node) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeStore ¶
NodeStore is an autogenerated mock type for the NodeStore type
func (*NodeStore) ChangeOwner ¶
ChangeOwner provides a mock function with given fields: id, user
func (*NodeStore) DeleteNode ¶
DeleteNode provides a mock function with given fields: id
func (*NodeStore) RemoveReader ¶
RemoveReader provides a mock function with given fields: id, user
func (*NodeStore) SetNodePublic ¶
SetNodePublic provides a mock function with given fields: id, public
Click to show internal directories.
Click to hide internal directories.