Newer
Older
package nucleus
import (
"github.com/google/uuid"
"github.com/openconfig/ygot/ygot"
)
type Device struct {
device ygot.GoStruct
SBI SouthboundInterface
Config DeviceConfig
Transport Transport
Uuid uuid.UUID
Address string
Username string
Password string