common

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AclParam

type AclParam struct {
	UserId      string
	ResourceIds ResourceIdParam
}

type AllowArchivalReqBody

type AllowArchivalReqBody struct {
	AllowArchival bool `json:"allowArchival"`
}

type DisplayAttribute

type DisplayAttribute struct {
	Name string `json:"attributeName"`
	Show bool   `json:"show"`
}

type ResourceCreator

type ResourceCreator struct {
	CreatedOn string `json:"createdOn"`
	CreatedBy string `json:"createdBy"`
}

type ResourceIdParam

type ResourceIdParam struct {
	KeyId   string
	BlockId string
	PodId   string
}

type ResourceModifier

type ResourceModifier struct {
	ModifiedOn string `json:"modifiedOn"`
	ModifiedBy string `json:"modifiedBy"`
}

type SearchUsersParam

type SearchUsersParam struct {
	SearchToken string
	ResourceIds ResourceIdParam
}

type SlimBlock

type SlimBlock struct {
	ID   string   `json:"id"`
	Name string   `json:"blockName"`
	Key  *SlimKey `json:"key"`
}

type SlimKey

type SlimKey struct {
	ID    string `json:"id"`
	Name  string `json:"keyName"`
	Type  string `json:"keyType"`
	Color string `json:"color"`
}

type SlimPod

type SlimPod struct {
	ID     string      `json:"id"`
	Name   string      `json:"podName"`
	Key    *SlimKey    `json:"key"`
	Block  *SlimBlock  `json:"block"`
	Blocks []SlimBlock `json:"blocks"`
}

type UnreadCount

type UnreadCount struct {
	UnreadCount int `json:"unreadCount"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL