Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type GlobalClient struct + func NewGlobalClient(cc grpc.ClientConnInterface) *GlobalClient + func (c *GlobalClient) GetFloat2(ctx context.Context, arg0 int64, arg1 string) (float32, error) + func (c *GlobalClient) GetFloat3_1(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (float32, error) + func (c *GlobalClient) GetInt2(ctx context.Context, arg0 int64, arg1 string) (int32, error) + func (c *GlobalClient) GetInt3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (int32, error) + func (c *GlobalClient) GetLong2(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *GlobalClient) GetLong3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *GlobalClient) GetString(ctx context.Context, arg0 int64, arg1 string) (string, error) + func (c *GlobalClient) GetUriFor(ctx context.Context, arg0 string) (int64, error) + func (c *GlobalClient) PutFloat(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (bool, error) + func (c *GlobalClient) PutInt(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error) + func (c *GlobalClient) PutLong(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error) + func (c *GlobalClient) PutString(ctx context.Context, arg0 int64, arg1 string, arg2 string) (bool, error) + type NameValueTableClient struct + func NewNameValueTableClient(cc grpc.ClientConnInterface) *NameValueTableClient + func (c *NameValueTableClient) GetUriFor(ctx context.Context, arg0 int64, arg1 string) (int64, error) + type SecureClient struct + func NewSecureClient(cc grpc.ClientConnInterface) *SecureClient + func (c *SecureClient) GetFloat2(ctx context.Context, arg0 int64, arg1 string) (float32, error) + func (c *SecureClient) GetFloat3_1(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (float32, error) + func (c *SecureClient) GetInt2(ctx context.Context, arg0 int64, arg1 string) (int32, error) + func (c *SecureClient) GetInt3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (int32, error) + func (c *SecureClient) GetLong2(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *SecureClient) GetLong3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *SecureClient) GetString(ctx context.Context, arg0 int64, arg1 string) (string, error) + func (c *SecureClient) GetUriFor(ctx context.Context, arg0 string) (int64, error) + func (c *SecureClient) IsLocationProviderEnabled(ctx context.Context, arg0 int64, arg1 string) (bool, error) + func (c *SecureClient) PutFloat(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (bool, error) + func (c *SecureClient) PutInt(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error) + func (c *SecureClient) PutLong(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error) + func (c *SecureClient) PutString(ctx context.Context, arg0 int64, arg1 string, arg2 string) (bool, error) + func (c *SecureClient) SetLocationProviderEnabled(ctx context.Context, arg0 int64, arg1 string, arg2 bool) error + type SettingsClient struct + func NewSettingsClient(cc grpc.ClientConnInterface) *SettingsClient + func (c *SettingsClient) CanDrawOverlays(ctx context.Context, handle int64, arg0 int64) (bool, error) + type SystemClient struct + func NewSystemClient(cc grpc.ClientConnInterface) *SystemClient + func (c *SystemClient) CanWrite(ctx context.Context, arg0 int64) (bool, error) + func (c *SystemClient) GetConfiguration(ctx context.Context, arg0 int64, arg1 int64) error + func (c *SystemClient) GetFloat2(ctx context.Context, arg0 int64, arg1 string) (float32, error) + func (c *SystemClient) GetFloat3_1(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (float32, error) + func (c *SystemClient) GetInt2(ctx context.Context, arg0 int64, arg1 string) (int32, error) + func (c *SystemClient) GetInt3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (int32, error) + func (c *SystemClient) GetLong2(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *SystemClient) GetLong3_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (int64, error) + func (c *SystemClient) GetShowGTalkServiceStatus(ctx context.Context, arg0 int64) (bool, error) + func (c *SystemClient) GetString(ctx context.Context, arg0 int64, arg1 string) (string, error) + func (c *SystemClient) GetUriFor(ctx context.Context, arg0 string) (int64, error) + func (c *SystemClient) PutConfiguration(ctx context.Context, arg0 int64, arg1 int64) (bool, error) + func (c *SystemClient) PutFloat(ctx context.Context, arg0 int64, arg1 string, arg2 float32) (bool, error) + func (c *SystemClient) PutInt(ctx context.Context, arg0 int64, arg1 string, arg2 int32) (bool, error) + func (c *SystemClient) PutLong(ctx context.Context, arg0 int64, arg1 string, arg2 int64) (bool, error) + func (c *SystemClient) PutString(ctx context.Context, arg0 int64, arg1 string, arg2 string) (bool, error) + func (c *SystemClient) SetShowGTalkServiceStatus(ctx context.Context, arg0 int64, arg1 bool) error