firmware

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FirmwareAPI

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

func New

func New(ctx context.Context, logger *zap.Logger, storage storageTY.Plugin, bus busTY.Plugin) *FirmwareAPI

func (*FirmwareAPI) Delete

func (fw *FirmwareAPI) Delete(ids []string) (int64, error)

Delete firmwares

func (*FirmwareAPI) Get

func (fw *FirmwareAPI) Get(filters []storageTY.Filter) (firmwareTY.Firmware, error)

Get returns a item

func (*FirmwareAPI) GetByID

func (fw *FirmwareAPI) GetByID(id string) (firmwareTY.Firmware, error)

GetByID returns a firmware details by ID

func (*FirmwareAPI) GetEntityInterface

func (fw *FirmwareAPI) GetEntityInterface() interface{}

func (*FirmwareAPI) Import

func (fw *FirmwareAPI) Import(data interface{}) error

func (*FirmwareAPI) List

func (fw *FirmwareAPI) List(filters []storageTY.Filter, pagination *storageTY.Pagination) (*storageTY.Result, error)

List by filter and pagination

func (*FirmwareAPI) Save

func (fw *FirmwareAPI) Save(firmware *firmwareTY.Firmware, keepFile bool) error

Save config into disk

func (*FirmwareAPI) Upload

func (fw *FirmwareAPI) Upload(sourceFile multipart.File, id, filename string) error

Upload a firmware file

Jump to

Keyboard shortcuts

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