Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyName = "Diwali Festival" BlockName = "Diwali Function" UpdatedBlockName = "Diwali Celebration" )
View Source
const ( AttrsKeyName = "Birds" AttrsBlockName = "Parrot" )
View Source
const ( Key1Name = "Taxes" AnotherKeyName = "State Taxes" Block1Name = "Form 1040" AnotherBlockName = "Form 1120S" Pod1Name = "Income" BlockPod1Name = "Expenses" )
View Source
const ( FavKeyName = "FavoriteKey" FavBlockName = "FavoriteBlock" )
View Source
const ( SchedulerKeyName = "Tuition Class" SchedulerBlockName = "Final Exam" SchedulerPodName = "Math Quiz" DueDate = "2023-03-10T14:19:04.027Z" )
View Source
const ( RelationKeyName = "Animals" RelationBlockName = "Tiger" RelationPodName = "Cat" )
View Source
const ( CopyKeyName = "Insurance" CopyBlockName = "Car Insurance" )
Variables ¶
This section is empty.
Functions ¶
func AddAndLinkResources ¶
func AddAndLinkResources()
AddAndLinkResources Add block, pod & block pod to a key and link them into another key
func AddFavorite ¶
func AddFavorite()
func AddRelation ¶
func AddRelation()
func CreatePrivateConversation ¶
func CreatePrivateConversation()
CreatePrivateConversation Sign up, activate user, sign in, get all keys.
func FetchScheduler ¶
func FetchScheduler()
func GetAllKeys ¶
func GetAllKeys()
func GetResourceAttributes ¶
func GetResourceAttributes()
GetResourceAttributes sign in, get resource attributes
func GrantAclOnCustomBlock ¶
func GrantAclOnCustomBlock()
func RegisterFewUsers ¶
func RegisterFewUsers()
func ShareBlock ¶
func ShareBlock()
func UpdateAttributes ¶
func UpdateAttributes()
UpdateAttributes sign in, update key attributes, update block attributes, update pod attributes, update block pod attributes, get resource attributes
Types ¶
This section is empty.
Source Files ¶
- recipe.1.register_few_users.go
- recipe.10.share_block.go
- recipe.11.update_attrs.go
- recipe.2.get_resource_attrs.go
- recipe.3.private_conversation.go
- recipe.4.add_link_resources.go
- recipe.5.get_keys.go
- recipe.6.add_favorite.go
- recipe.7.fetch_scheduler.go
- recipe.8.add_relation.go
- recipe.9.grant_acl_on_custom_block.go
Click to show internal directories.
Click to hide internal directories.