This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

rdp_client

    import "github.com/analog-substance/carbon/pkg/rdp_client"
    

    Index

    func Start

    func Start(options Options) error
    

    func StartRDPClient

    func StartRDPClient(options Options) error
    

    type Options

    type Options struct {
        Delay int
        User  string
        Host  string
    }