invite

package
v0.6.324 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package invite is for inviting

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdInvite

func NewCmdInvite(t *terminal.Terminal, loginInviteStore InviteStore, noLoginInviteStore InviteStore) *cobra.Command

func RunInvite

func RunInvite(t *terminal.Terminal, inviteStore InviteStore, orgflag string) error

Types

type InviteStore

type InviteStore interface {
	completions.CompletionStore
	GetUsers(queryParams map[string]string) ([]entity.User, error)
	GetWorkspace(workspaceID string) (*entity.Workspace, error)
	CreateInviteLink(organizationID string) (string, error)
}

Jump to

Keyboard shortcuts

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