Documentation ¶
Index ¶
- Constants
- func AddAndLinkResources()
- func AddFavorite()
- func AddProjectList()
- func AddRelation()
- func CreatePrivateConversation()
- func FetchScheduler()
- func GetAllKeys()
- func GetResourceAttributes()
- func GrantAclOnCustomBlock()
- func PublishStudentGrade()
- func RegisterFewUsers()
- func ShareBlock()
- func UpdateAttributes()
Constants ¶
View Source
const ( TeacherKeyName = "School" TeacherBlockName = "Math" TeacherPodName = "Final Exam" )
View Source
const ( ProjectKeyName = "Go Development" ProjectBlockName = "Status API" ProjectPodName = "Define Endpoints" ProjectList1Name = "Statuses" ProjectList2Name = "Teams" )
View Source
const ( CopyKeyName = "Insurance" CopyBlockName = "Car Insurance" )
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 ( KeyName = "Diwali Festival" BlockName = "Diwali Function" UpdatedBlockName = "Diwali Celebration" )
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" )
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 AddProjectList ¶
func AddProjectList()
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 PublishStudentGrade ¶
func PublishStudentGrade()
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.publish_student_grade.go
- recipe.11.add_project_list.go
- recipe.12.grant_acl_on_custom_block.go
- recipe.13.update_attrs.go
- recipe.2.get_resource_attrs.go
- recipe.3.private_conversation.go
- recipe.4.add_link_resources.go
- recipe.5.share_block.go
- recipe.6.get_keys.go
- recipe.7.add_favorite.go
- recipe.8.fetch_scheduler.go
- recipe.9.add_relation.go
Click to show internal directories.
Click to hide internal directories.