settings

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalClient

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

GlobalClient wraps the gRPC GlobalService client.

func NewGlobalClient

func NewGlobalClient(cc grpc.ClientConnInterface) *GlobalClient

NewGlobalClient creates a new Global client.

func (*GlobalClient) GetFloat2

func (c *GlobalClient) GetFloat2(ctx context.Context, arg0 int64, arg1 string) (float32, error)

GetFloat2 calls the GetFloat2 RPC.

func (*GlobalClient) GetFloat3_1

func (c *GlobalClient) GetFloat3_1(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (float32, error)

GetFloat3_1 calls the GetFloat3_1 RPC.

func (*GlobalClient) GetInt2

func (c *GlobalClient) GetInt2(ctx context.Context, arg0 int64, arg1 string) (int32, error)

GetInt2 calls the GetInt2 RPC.

func (*GlobalClient) GetInt3_1

func (c *GlobalClient) GetInt3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (int32, error)

GetInt3_1 calls the GetInt3_1 RPC.

func (*GlobalClient) GetLong2

func (c *GlobalClient) GetLong2(ctx context.Context, arg0 int64, arg1 string) (int64, error)

GetLong2 calls the GetLong2 RPC.

func (*GlobalClient) GetLong3_1

func (c *GlobalClient) GetLong3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

GetLong3_1 calls the GetLong3_1 RPC.

func (*GlobalClient) GetString

func (c *GlobalClient) GetString(ctx context.Context, arg0 int64, arg1 string) (string, error)

GetString calls the GetString RPC.

func (*GlobalClient) GetUriFor

func (c *GlobalClient) GetUriFor(ctx context.Context, arg0 string) (int64, error)

GetUriFor calls the GetUriFor RPC.

func (*GlobalClient) PutFloat

func (c *GlobalClient) PutFloat(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (bool, error)

PutFloat calls the PutFloat RPC.

func (*GlobalClient) PutInt

func (c *GlobalClient) PutInt(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error)

PutInt calls the PutInt RPC.

func (*GlobalClient) PutLong

func (c *GlobalClient) PutLong(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error)

PutLong calls the PutLong RPC.

func (*GlobalClient) PutString

func (c *GlobalClient) PutString(ctx context.Context, arg0 int64, arg1 string, arg2 string) (bool, error)

PutString calls the PutString RPC.

type NameValueTableClient

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

NameValueTableClient wraps the gRPC NameValueTableService client.

func NewNameValueTableClient

func NewNameValueTableClient(cc grpc.ClientConnInterface) *NameValueTableClient

NewNameValueTableClient creates a new NameValueTable client.

func (*NameValueTableClient) GetUriFor

func (c *NameValueTableClient) GetUriFor(ctx context.Context, arg0 int64, arg1 string) (int64, error)

GetUriFor calls the GetUriFor RPC.

type SecureClient

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

SecureClient wraps the gRPC SecureService client.

func NewSecureClient

func NewSecureClient(cc grpc.ClientConnInterface) *SecureClient

NewSecureClient creates a new Secure client.

func (*SecureClient) GetFloat2

func (c *SecureClient) GetFloat2(ctx context.Context, arg0 int64, arg1 string) (float32, error)

GetFloat2 calls the GetFloat2 RPC.

func (*SecureClient) GetFloat3_1

func (c *SecureClient) GetFloat3_1(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (float32, error)

GetFloat3_1 calls the GetFloat3_1 RPC.

func (*SecureClient) GetInt2

func (c *SecureClient) GetInt2(ctx context.Context, arg0 int64, arg1 string) (int32, error)

GetInt2 calls the GetInt2 RPC.

func (*SecureClient) GetInt3_1

func (c *SecureClient) GetInt3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (int32, error)

GetInt3_1 calls the GetInt3_1 RPC.

func (*SecureClient) GetLong2

func (c *SecureClient) GetLong2(ctx context.Context, arg0 int64, arg1 string) (int64, error)

GetLong2 calls the GetLong2 RPC.

func (*SecureClient) GetLong3_1

func (c *SecureClient) GetLong3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

GetLong3_1 calls the GetLong3_1 RPC.

func (*SecureClient) GetString

func (c *SecureClient) GetString(ctx context.Context, arg0 int64, arg1 string) (string, error)

GetString calls the GetString RPC.

func (*SecureClient) GetUriFor

func (c *SecureClient) GetUriFor(ctx context.Context, arg0 string) (int64, error)

GetUriFor calls the GetUriFor RPC.

func (*SecureClient) IsLocationProviderEnabled

func (c *SecureClient) IsLocationProviderEnabled(ctx context.Context, arg0 int64, arg1 string) (bool, error)

IsLocationProviderEnabled calls the IsLocationProviderEnabled RPC.

func (*SecureClient) PutFloat

func (c *SecureClient) PutFloat(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (bool, error)

PutFloat calls the PutFloat RPC.

func (*SecureClient) PutInt

func (c *SecureClient) PutInt(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error)

PutInt calls the PutInt RPC.

func (*SecureClient) PutLong

func (c *SecureClient) PutLong(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error)

PutLong calls the PutLong RPC.

func (*SecureClient) PutString

func (c *SecureClient) PutString(ctx context.Context, arg0 int64, arg1 string, arg2 string) (bool, error)

PutString calls the PutString RPC.

func (*SecureClient) SetLocationProviderEnabled

func (c *SecureClient) SetLocationProviderEnabled(ctx context.Context, arg0 int64, arg1 string, arg2 bool) error

SetLocationProviderEnabled calls the SetLocationProviderEnabled RPC.

type SettingsClient

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

SettingsClient wraps the gRPC SettingsService client.

func NewSettingsClient

func NewSettingsClient(cc grpc.ClientConnInterface) *SettingsClient

NewSettingsClient creates a new Settings client.

func (*SettingsClient) CanDrawOverlays

func (c *SettingsClient) CanDrawOverlays(ctx context.Context, handle int64, arg0 int64) (bool, error)

CanDrawOverlays calls the CanDrawOverlays RPC.

type SystemClient

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

SystemClient wraps the gRPC SystemService client.

func NewSystemClient

func NewSystemClient(cc grpc.ClientConnInterface) *SystemClient

NewSystemClient creates a new System client.

func (*SystemClient) CanWrite

func (c *SystemClient) CanWrite(ctx context.Context, arg0 int64) (bool, error)

CanWrite calls the CanWrite RPC.

func (*SystemClient) GetConfiguration

func (c *SystemClient) GetConfiguration(ctx context.Context, arg0 int64, arg1 int64) error

GetConfiguration calls the GetConfiguration RPC.

func (*SystemClient) GetFloat2

func (c *SystemClient) GetFloat2(ctx context.Context, arg0 int64, arg1 string) (float32, error)

GetFloat2 calls the GetFloat2 RPC.

func (*SystemClient) GetFloat3_1

func (c *SystemClient) GetFloat3_1(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (float32, error)

GetFloat3_1 calls the GetFloat3_1 RPC.

func (*SystemClient) GetInt2

func (c *SystemClient) GetInt2(ctx context.Context, arg0 int64, arg1 string) (int32, error)

GetInt2 calls the GetInt2 RPC.

func (*SystemClient) GetInt3_1

func (c *SystemClient) GetInt3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (int32, error)

GetInt3_1 calls the GetInt3_1 RPC.

func (*SystemClient) GetLong2

func (c *SystemClient) GetLong2(ctx context.Context, arg0 int64, arg1 string) (int64, error)

GetLong2 calls the GetLong2 RPC.

func (*SystemClient) GetLong3_1

func (c *SystemClient) GetLong3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error)

GetLong3_1 calls the GetLong3_1 RPC.

func (*SystemClient) GetShowGTalkServiceStatus

func (c *SystemClient) GetShowGTalkServiceStatus(ctx context.Context, arg0 int64) (bool, error)

GetShowGTalkServiceStatus calls the GetShowGTalkServiceStatus RPC.

func (*SystemClient) GetString

func (c *SystemClient) GetString(ctx context.Context, arg0 int64, arg1 string) (string, error)

GetString calls the GetString RPC.

func (*SystemClient) GetUriFor

func (c *SystemClient) GetUriFor(ctx context.Context, arg0 string) (int64, error)

GetUriFor calls the GetUriFor RPC.

func (*SystemClient) PutConfiguration

func (c *SystemClient) PutConfiguration(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

PutConfiguration calls the PutConfiguration RPC.

func (*SystemClient) PutFloat

func (c *SystemClient) PutFloat(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (bool, error)

PutFloat calls the PutFloat RPC.

func (*SystemClient) PutInt

func (c *SystemClient) PutInt(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error)

PutInt calls the PutInt RPC.

func (*SystemClient) PutLong

func (c *SystemClient) PutLong(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error)

PutLong calls the PutLong RPC.

func (*SystemClient) PutString

func (c *SystemClient) PutString(ctx context.Context, arg0 int64, arg1 string, arg2 string) (bool, error)

PutString calls the PutString RPC.

func (*SystemClient) SetShowGTalkServiceStatus

func (c *SystemClient) SetShowGTalkServiceStatus(ctx context.Context, arg0 int64, arg1 bool) error

SetShowGTalkServiceStatus calls the SetShowGTalkServiceStatus RPC.

Jump to

Keyboard shortcuts

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