Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials interface {
ParsePresentation(vpBytes []byte) (*verifiable.Presentation, error)
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) Import ¶
func (s *Service) Import(ctx context.Context, req *infohub.ImportRequest) (res *infohub.ImportResult, err error)
Import the given data wrapped as Verifiable Presentation into the Cache.
Click to show internal directories.
Click to hide internal directories.