Versions in this module Expand all Collapse all v0 v0.0.1 Dec 30, 2022 Changes in this version + type IotedgeClient struct + func NewIotedgeClient(credential *core.Credential) *IotedgeClient + func (c *IotedgeClient) AddEdgeWithCore(request *iotedge.AddEdgeWithCoreRequest) (*iotedge.AddEdgeWithCoreResponse, error) + func (c *IotedgeClient) AddSubDeviceWithCore(request *iotedge.AddSubDeviceWithCoreRequest) (*iotedge.AddSubDeviceWithCoreResponse, error) + func (c *IotedgeClient) DelSubDeviceWithCore(request *iotedge.DelSubDeviceWithCoreRequest) (*iotedge.DelSubDeviceWithCoreResponse, error) + func (c *IotedgeClient) DeleteEdgeWithCore(request *iotedge.DeleteEdgeWithCoreRequest) (*iotedge.DeleteEdgeWithCoreResponse, error) + func (c *IotedgeClient) DeployApp(request *iotedge.DeployAppRequest) (*iotedge.DeployAppResponse, error) + func (c *IotedgeClient) DescribeConfig(request *iotedge.DescribeConfigRequest) (*iotedge.DescribeConfigResponse, error) + func (c *IotedgeClient) DescribeDeployApp(request *iotedge.DescribeDeployAppRequest) (*iotedge.DescribeDeployAppResponse, error) + func (c *IotedgeClient) DescribeDeployDetails(request *iotedge.DescribeDeployDetailsRequest) (*iotedge.DescribeDeployDetailsResponse, error) + func (c *IotedgeClient) DisableLogger() + func (c *IotedgeClient) SetAppStatus(request *iotedge.SetAppStatusRequest) (*iotedge.SetAppStatusResponse, error) + func (c *IotedgeClient) SetConfig(config *core.Config) + func (c *IotedgeClient) SetLogger(logger core.Logger) + func (c *IotedgeClient) UnInstallApp(request *iotedge.UnInstallAppRequest) (*iotedge.UnInstallAppResponse, error)