Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginInput ¶
type MutationResult ¶
type MutationResult struct {
Success bool `json:"success"`
}
type NodeCreationResult ¶
type NodeIdentifierInput ¶
type NodeInput ¶
type NodeInput struct { ParentNodeIdentifier *NodeIdentifierInput `json:"parent_node_identifier"` Name string `json:"name"` Type models.NodeType `json:"type"` }
type NodeShareResult ¶
type NodeShareResult struct {}
type ShareInput ¶
type ShareInput struct {}
Click to show internal directories.
Click to hide internal directories.