Documentation ¶
Index ¶
- type Blls
- type Federation
- type OTVID
- type Registration
- func (b *Registration) Add(ctx context.Context, input *tpl.AddRegistriesInput) (*tpl.SuccessResponseType, error)
- func (b *Registration) CheckStatus(ctx context.Context, otid otgo.OTID, releaseID string) (bool, error)
- func (b *Registration) Get(ctx context.Context, input *tpl.OTIDURL) (*tpl.SuccessResponseType, error)
- func (b *Registration) GetServicePermissions(ctx context.Context, input *tpl.OTIDURL) (*tpl.SuccessResponseType, error)
- func (b *Registration) GetUserBundles(ctx context.Context, input *tpl.OTIDURL) (*tpl.SuccessResponseType, error)
- func (b *Registration) List(ctx context.Context) (*tpl.SuccessResponseType, error)
- func (b *Registration) UpdateUsersBundle(ctx context.Context, input *tpl.UpdateUsersBundleInput) (*tpl.SuccessResponseType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blls ¶
type Blls struct { Models *model.Models OTVID *OTVID Federation *Federation Registration *Registration }
Blls ...
type Federation ¶
type Federation struct {
// contains filtered or unexported fields
}
Federation ...
type OTVID ¶
type OTVID struct {
// contains filtered or unexported fields
}
OTVID ...
func (*OTVID) SignFromFederation ¶
func (b *OTVID) SignFromFederation(ctx context.Context, subVid *otgo.OTVID) (*tpl.SignPayload, error)
SignFromFederation ...
type Registration ¶
type Registration struct {
// contains filtered or unexported fields
}
Registration ...
func (*Registration) Add ¶
func (b *Registration) Add(ctx context.Context, input *tpl.AddRegistriesInput) (*tpl.SuccessResponseType, error)
Add ...
func (*Registration) CheckStatus ¶
func (b *Registration) CheckStatus(ctx context.Context, otid otgo.OTID, releaseID string) (bool, error)
CheckStatus ...
func (*Registration) Get ¶
func (b *Registration) Get(ctx context.Context, input *tpl.OTIDURL) (*tpl.SuccessResponseType, error)
Get ...
func (*Registration) GetServicePermissions ¶
func (b *Registration) GetServicePermissions(ctx context.Context, input *tpl.OTIDURL) (*tpl.SuccessResponseType, error)
GetServicePermissions ...
func (*Registration) GetUserBundles ¶
func (b *Registration) GetUserBundles(ctx context.Context, input *tpl.OTIDURL) (*tpl.SuccessResponseType, error)
GetUserBundles ...
func (*Registration) List ¶
func (b *Registration) List(ctx context.Context) (*tpl.SuccessResponseType, error)
List ...
func (*Registration) UpdateUsersBundle ¶
func (b *Registration) UpdateUsersBundle(ctx context.Context, input *tpl.UpdateUsersBundleInput) (*tpl.SuccessResponseType, error)
UpdateUsersBundle ...
Click to show internal directories.
Click to hide internal directories.