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) Update ¶
func (s *Service) Update(ctx context.Context, input UpdateInput) (model.DeviceConfig, error)
type UpdateInput ¶
Click to show internal directories.
Click to hide internal directories.