get

package
v0.0.0-...-e394087 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GetHelp      = "Get models from the datastore"
	GetHelpExtra = `` /* 1642-byte string literal not displayed */

)

Variables

This section is empty.

Functions

func Cmd

func Cmd() *cobra.Command

Types

type RawFilter

type RawFilter struct {
	Field     string      `json:"field,omitempty"`
	Operator  string      `json:"operator,omitempty"`
	Value     any         `json:"value,omitempty"`
	AndFilter []RawFilter `json:"and_filter,omitempty"`
	OrFilter  []RawFilter `json:"or_filter,omitempty"`
	NotFilter *RawFilter  `json:"not_filter,omitempty"`
}

RawFilter represents the complex filter structure

Jump to

Keyboard shortcuts

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