Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store manages profile in mongodb.
func (*Store) Get ¶
func (p *Store) Get(ctx context.Context, cslURL string) (*credentialstatus.CSLVCWrapper, error)
Get returns credentialstatus.CSLVCWrapper based on credentialstatus.CSL URL.
func (*Store) Upsert ¶
func (p *Store) Upsert(ctx context.Context, cslURL string, cslWrapper *credentialstatus.CSLVCWrapper) error
Upsert does upsert operation of credentialstatus.CSLVCWrapper.
Click to show internal directories.
Click to hide internal directories.