shallow_collaborative_area

package
v0.0.0-...-c35b06e Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAccessor

func NewAccessor(request *tools.APIRequest) *shallowSharedWorkspaceMongoAccessor

Types

type ShallowCollaborativeArea

type ShallowCollaborativeArea struct {
	utils.AbstractObject
	IsSent      bool                   `json:"is_sent" bson:"-"`
	Version     string                 `json:"version,omitempty" bson:"version,omitempty"`
	Description string                 `json:"description,omitempty" bson:"description,omitempty" validate:"required"`
	Attributes  map[string]interface{} `json:"attributes,omitempty" bson:"attributes,omitempty"`
	Workspaces  []string               `json:"workspaces" bson:"workspaces"`
	Workflows   []string               `json:"workflows" bson:"workflows"`
	Peers       []string               `json:"peers" bson:"peers"`
	Rules       []string               `json:"rules,omitempty" bson:"rules,omitempty"`
}

func (*ShallowCollaborativeArea) GetAccessor

func (d *ShallowCollaborativeArea) GetAccessor(request *tools.APIRequest) utils.Accessor

Jump to

Keyboard shortcuts

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