device_config

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidPlatformType = errors.New("tipo de plataforma inválido")
)

Functions

This section is empty.

Types

type Service

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

func NewService

func NewService(repo storage.DeviceConfigRepository) *Service

func (*Service) Get

func (s *Service) Get(ctx context.Context) (model.DeviceConfig, error)

func (*Service) Update

func (s *Service) Update(ctx context.Context, input UpdateInput) (model.DeviceConfig, error)

type UpdateInput

type UpdateInput struct {
	PlatformType string
	OSName       string
}

Jump to

Keyboard shortcuts

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