Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// import guard
GoPackage = "dcom/csvp"
)
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // DCOM common interfaces RemoteUnknown() iremunknown.RemoteUnknownClient RemoteUnknown2() iremunknown2.RemoteUnknown2Client // Package specific interfaces ClusterStorage2() iclusterstorage2.ClusterStorage2Client ClusterStorage3() iclusterstorage3.ClusterStorage3Client ClusterNetwork2() iclusternetwork2.ClusterNetwork2Client ClusterCleanup() iclustercleanup.ClusterCleanupClient ClusterSetup() iclustersetup.ClusterSetupClient ClusterLog() iclusterlog.ClusterLogClient ClusterLogEx() iclusterlogex.ClusterLogExClient ClusterFirewall() iclusterfirewall.ClusterFirewallClient ClusterUpdate() iclusterupdate.ClusterUpdateClient // AlterContext alters the client context. AlterContext(context.Context, ...dcerpc.Option) error // Conn returns the client connection (unsafe) Conn() dcerpc.Conn // IPID sets the object interface identifier. IPID(context.Context, *dcom.IPID) Client }
dcom/csvp client set.
Click to show internal directories.
Click to hide internal directories.