SystemProperties

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SystemProperties

type SystemProperties struct {
	Send func(action, body, targetTag string) (string, error)
}

func New

func New(send func(action, body, targetTag string) (string, error)) SystemProperties

func (*SystemProperties) AddAccountX

func (s *SystemProperties) AddAccountX(accountType int, accountID string, accountPassword string) (string, error)

func (*SystemProperties) AddOAuthAccountX

func (s *SystemProperties) AddOAuthAccountX(accountType int, accountToken string, accountKey string, oAuthDeviceID string, authorizationCode string, redirectURI string, userIdHashCode string, accountTier int) (addOAuthAccountXResponse, error)

func (*SystemProperties) DoPostUpdateTasks

func (s *SystemProperties) DoPostUpdateTasks() error

func (*SystemProperties) EditAccountMd

func (s *SystemProperties) EditAccountMd(accountType int, accountID string, newAccountMd string) error

func (*SystemProperties) EditAccountPasswordX

func (s *SystemProperties) EditAccountPasswordX(accountType int, accountID string, newAccountPassword string) error

func (*SystemProperties) EnableRDM

func (s *SystemProperties) EnableRDM(state bool) error

func (*SystemProperties) GetRDM

func (s *SystemProperties) GetRDM() (bool, error)

func (*SystemProperties) GetString

func (s *SystemProperties) GetString(variableName string) (string, error)

func (*SystemProperties) GetWebCode

func (s *SystemProperties) GetWebCode(accountType string) (string, error)

func (*SystemProperties) ProvisionCredentialedTrialAccountX

func (s *SystemProperties) ProvisionCredentialedTrialAccountX(accountType int, accountID string, accountPassword string) (provisionCredentialedTrialAccountXResponse, error)

func (*SystemProperties) RefreshAccountCredentialsX

func (s *SystemProperties) RefreshAccountCredentialsX(accountType int, accountUID int, accountToken string, accountKey string) error

func (*SystemProperties) Remove

func (s *SystemProperties) Remove(variableName string) error

func (*SystemProperties) RemoveAccount

func (s *SystemProperties) RemoveAccount(accountType int, accountID string) error

func (*SystemProperties) ReplaceAccountX

func (s *SystemProperties) ReplaceAccountX(accountUDN string, newAccountID string, newAccountPassword string, accountToken string, accountKey string, oAuthDeviceID string) (string, error)

func (*SystemProperties) ResetThirdPartyCredentials

func (s *SystemProperties) ResetThirdPartyCredentials() error

func (*SystemProperties) SetAccountNicknameX

func (s *SystemProperties) SetAccountNicknameX(accountUDN string, accountNickname string) error

func (*SystemProperties) SetString

func (s *SystemProperties) SetString(variableName string, stringValue string) error

Jump to

Keyboard shortcuts

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