5 lines
130 B
Go
5 lines
130 B
Go
package rp
|
|
|
|
import "errors"
|
|
|
|
var ErrRelyingPartyNotSupportRevokeCaller = errors.New("RelyingParty does not support RevokeCaller")
|