queries

package
v1.0.2-release Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListAccounts

type ListAccounts struct {
	Search     string `query_key:"search"`
	SearchType string `query_key:"searchType"`
	Sort       string `query_key:"sort"`
	Offset     int    `query_key:"offset"`
	Limit      int    `query_key:"limit"`
	Filter     string `query_key:"filter"`
}

ListAccounts represents valid query parameters when listing accounts

type ListPlatforms

type ListPlatforms struct {
	Active       bool   `query_key:"active"`
	PlatformType string `query_key:"platformType"`
	PlatformName string `query_key:"search"`
}

ListPlatforms represents valid query parameters when listing platforms

type ListSafeMembers

type ListSafeMembers struct {
	Search string `query_key:"search"`
	Sort   string `query_key:"sort"`
	Offset int    `query_key:"offset"`
	Limit  int    `query_key:"limit"`
	Filter string `query_key:"filter"`
}

ListSafeMembers represents valid query parameters when listing safe members

type ListUsers

type ListUsers struct {
	Search string `query_key:"search"`
	Filter string `query_key:"filter"`
}

ListUsers represents valid query parameters when listing users

Jump to

Keyboard shortcuts

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