organizations

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OrganizationService

type OrganizationService struct {
	// contains filtered or unexported fields
}

func NewService

func NewService() OrganizationService

func (*OrganizationService) GetOrganization

func (os *OrganizationService) GetOrganization(organizationID string) (models.Organization, error)

func (*OrganizationService) ListOrganizations

type OrganizationServicer

type OrganizationServicer interface {
	ListOrganizations() (models.PaginatedResponse[models.Organization], error)
	GetOrganization(organizationID string) (models.Organization, error)
}

func NewTestService

func NewTestService(httpClient httputil.Client) OrganizationServicer

Jump to

Keyboard shortcuts

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