common

package
v1.0.11 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
	ProjectId string
	CardId    string
}

type ResourceModifier

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

type SearchUsersParam

type SearchUsersParam struct {
	SearchToken string
	ResourceIds ResourceIdParam
}

type SlimCard

type SlimCard struct {
	ID       string        `json:"id"`
	Name     string        `json:"cardName"`
	Key      *SlimKey      `json:"key"`
	Project  *SlimProject  `json:"project"`
	Projects []SlimProject `json:"projects"`
}

type SlimKey

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

type SlimProject

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

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