...

Package spi

import "github.com/hyperledger/fabric-ca/lib/spi"
Overview
Index

Overview ▾

type Affiliation

Affiliation is the API for a user's affiliation

type Affiliation interface {
    GetName() string
    GetPrekey() string
    GetLevel() int
}

func NewAffiliation

func NewAffiliation(name, prekey string, level int) Affiliation

NewAffiliation returns an affiliationImpl object