netconf

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: BSD-2-Clause-Views Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	Lock(ds string) (*rpc.RPCReply, error)
	Unlock(ds string) (*rpc.RPCReply, error)

	Close() error
	Dial() error
	DialTimeout() error
	SendRaw(rawxml string) (*rpc.RPCReply, error)
	GetConfig() (*rpc.RPCReply, error)
}

Driver interface for building drivers that are self-contained from a user's perspective.

func New

func New(d Driver) Driver

New is an interface that checks compliancy

Jump to

Keyboard shortcuts

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