Documentation
¶
Index ¶
- type 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
- type 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
- type 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
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) 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) 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) 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) 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.
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.
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) 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) 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) 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) 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) GetConfiguration ¶
GetConfiguration calls the GetConfiguration 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) 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) 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 ¶
GetShowGTalkServiceStatus calls the GetShowGTalkServiceStatus RPC.
func (*SystemClient) PutConfiguration ¶
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 ¶
SetShowGTalkServiceStatus calls the SetShowGTalkServiceStatus RPC.