search_data_classes

package
v0.0.30 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTool

func NewTool(collibraClient *http.Client) *chip.Tool[Input, Output]

Types

type Input

type Input struct {
	Name          string `` /* 156-byte string literal not displayed */
	Description   string `` /* 166-byte string literal not displayed */
	ContainsRules bool   `` /* 194-byte string literal not displayed */
	Limit         int    `json:"limit,omitempty" jsonschema:"Optional. Maximum number of results to return. The maximum value is 1000. Default: 50."`
	Offset        int    `json:"offset,omitempty" jsonschema:"Optional. Index of first result (pagination offset). Default: 0."`
}

type Output

type Output struct {
	Total       int                 `json:"total" jsonschema:"Total number of matching data classes"`
	Count       int                 `json:"count" jsonschema:"Number of data classes returned in this response"`
	DataClasses []clients.DataClass `json:"dataClasses" jsonschema:"List of data classes"`
	Error       string              `json:"error,omitempty" jsonschema:"HTTP or other error message if the request failed"`
}

Jump to

Keyboard shortcuts

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