client

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0, Apache-2.0 Imports: 11 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

func (Client) CreateImportType

func (c Client) CreateImportType(importType model.ImportType, token jwt.Token) (result model.ImportType, err error, code int)

func (Client) DeleteImportType

func (c Client) DeleteImportType(id string, token jwt.Token) (err error, errCode int)

func (Client) ListImportTypes added in v0.0.5

func (c Client) ListImportTypes(token jwt.Token, options model.ImportTypeListOptions) (result []model.ImportType, total int64, err error, errCode int)

func (Client) ReadImportType

func (c Client) ReadImportType(id string, token jwt.Token) (result model.ImportType, err error, errCode int)

func (Client) SetImportType

func (c Client) SetImportType(importType model.ImportType, token jwt.Token) (err error, code int)

type ImportTypeFilterCriteria added in v0.0.5

type ImportTypeFilterCriteria = model.ImportTypeFilterCriteria

type ImportTypeListOptions added in v0.0.5

type ImportTypeListOptions = model.ImportTypeListOptions

type Interface

type Interface = api.Controller

func NewClient

func NewClient(baseUrl string) Interface

Jump to

Keyboard shortcuts

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