Files
p2p-rendering-computation/Bindings/docs.md

3.1 KiB

Bindings

import "github.com/Akilan1999/p2p-rendering-computation/Bindings"

Index

func ConvertStructToJSONString

func ConvertStructToJSONString(Struct interface{}) *C.char

func EscapeFirewall

func EscapeFirewall(HostOutsideNATIP string, HostOutsideNATPort string, internalPort string) (output *C.char)

func GetSpecs

func GetSpecs(IP string) (output *C.char)

func Init

func Init(customConfig string) (output *C.char)

func MapPort

func MapPort(Port string, DomainName string, ServerAddress string) *C.char

func RemoveContainer

func RemoveContainer(IP string, ID string) (output *C.char)

func Server

func Server() (output *C.char)

func StartContainer

func StartContainer(IP string) (output *C.char)

func UpdateIPTable

func UpdateIPTable() (output *C.char)

func ViewIPTable

func ViewIPTable() (output *C.char)

Generated by gomarkdoc