Documentation ¶
Index ¶
- func AddBlockType(jwtToken string, reqBody request.BlockTypeReqBody) (response.BlockType, error)
- func DeleteBlockType(jwtToken string, blockTypeId string) error
- func GetBlockTypes(jwtToken string, includeCounts bool) ([]response.BlockType, error)
- func GetBlocksUsingBlockType(jwtToken string, blockTypeId string) ([]response.Block, error)
- func UpdateBlockType(jwtToken string, reqBody request.BlockTypeReqBody, blockTypeId string) (response.BlockType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBlockType ¶
func DeleteBlockType ¶
func GetBlockTypes ¶
func GetBlocksUsingBlockType ¶
func UpdateBlockType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.