# Functions
MethodGetConfig files a NETCONF get-config source request with the remote host.
MethodLock files a NETCONF lock target request with the remote host.
MethodUnlock files a NETCONF unlock target request with the remote host.
NewRPCMessage generates a new RPC Message structure with the provided methods.
NewRPCReply creates a new RPC Reply.
# Structs
RPCError defines an error reply to a RPC request.
RPCMessage represents an RPC Message to be sent.
RPCReply defines a reply to a RPC request.
# Interfaces
RPCMethod defines the interface for creating an RPC method.
# Type aliases
RawMethod defines how a raw text request will be responded to.