netgo

package
v0.0.0-...-26aea37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2021 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// VERSION holds the current version number
	VERSION = "1.0"
	// GITHUB
	GITHUB = "https://github.com/WhatTheSlime/netgo"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type NetObject

type NetObject struct {
	Type    string
	Service string
}

Network object

func (NetObject) RunClient

func (nObj NetObject) RunClient(cmd string)

Socket Client

func (NetObject) RunServer

func (nObj NetObject) RunServer(cmd string)

Socket Server

func (NetObject) RunTLSClient

func (nObj NetObject) RunTLSClient(cmd string, cert string, key string)

TLS Client

func (NetObject) RunTLSServer

func (nObj NetObject) RunTLSServer(cmd string, cert string, key string)

TLS Server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL