Documentation
¶
Overview ¶
cSpell:ignore goginrpf, gonic, orgs, paulo, ferreira
cSpell:ignore goginrpf, gonic, paulo ferreira
cSpell:ignore goginrpf, gonic, paulo ferreira
cSpell:ignore goginrpf, gonic, paulo ferreira
cSpell:ignore goginrpf, gonic, paulo ferreira
cSpell:ignore goginrpf, gonic, orgs, paulo, ferreira
Index ¶
- func AssertInvitationActive(r rpf.GINProcessor, c *gin.Context)
- func AssertInvitationNotExpired(r rpf.GINProcessor, c *gin.Context)
- func AssertNoPendingInvitation(r rpf.GINProcessor, c *gin.Context)
- func AssertOrgInvitation(r rpf.GINProcessor, c *gin.Context)
- func AssertSameObjectInvitation(r rpf.GINProcessor, c *gin.Context)
- func AssertStoreInvitation(r rpf.GINProcessor, c *gin.Context)
- func DBGetInvitationByID(r rpf.GINProcessor, c *gin.Context)
- func DBGetInvitationFromRegistry(r rpf.GINProcessor, c *gin.Context)
- func DBGetRegistryInvitationByID(r rpf.GINProcessor, c *gin.Context)
- func DBGetRegistryInvitationByUID(r rpf.GINProcessor, c *gin.Context)
- func DBInsertInvitation(r rpf.GINProcessor, c *gin.Context)
- func DBInvitationAccepted(r rpf.GINProcessor, c *gin.Context)
- func DBInvitationDeclined(r rpf.GINProcessor, c *gin.Context)
- func DBInvitationRevoked(r rpf.GINProcessor, c *gin.Context)
- func DBRegisterInvitation(r rpf.GINProcessor, c *gin.Context)
- func DBRegistryInvUpdate(r rpf.GINProcessor, c *gin.Context)
- func DBRegistryInviteList(r rpf.GINProcessor, c *gin.Context)
- func ExportNoSessionRegistryInv(r rpf.GINProcessor, c *gin.Context)
- func ExportRegistryInv(r rpf.GINProcessor, c *gin.Context)
- func ExportRegistryInvList(r rpf.GINProcessor, c *gin.Context)
- func ExtractGINParameterInvitationID(r rpf.GINProcessor, c *gin.Context)
- func ExtractGINParameterUID(r rpf.GINProcessor, c *gin.Context)
- type NoSessionInviteToJSON
- type RegistryInviteToJSON
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertInvitationActive ¶
func AssertInvitationActive(r rpf.GINProcessor, c *gin.Context)
func AssertInvitationNotExpired ¶
func AssertInvitationNotExpired(r rpf.GINProcessor, c *gin.Context)
func AssertNoPendingInvitation ¶
func AssertNoPendingInvitation(r rpf.GINProcessor, c *gin.Context)
func AssertOrgInvitation ¶
func AssertOrgInvitation(r rpf.GINProcessor, c *gin.Context)
func AssertSameObjectInvitation ¶
func AssertSameObjectInvitation(r rpf.GINProcessor, c *gin.Context)
func AssertStoreInvitation ¶
func AssertStoreInvitation(r rpf.GINProcessor, c *gin.Context)
func DBGetInvitationByID ¶
func DBGetInvitationByID(r rpf.GINProcessor, c *gin.Context)
func DBGetInvitationFromRegistry ¶
func DBGetInvitationFromRegistry(r rpf.GINProcessor, c *gin.Context)
func DBGetRegistryInvitationByID ¶
func DBGetRegistryInvitationByID(r rpf.GINProcessor, c *gin.Context)
func DBGetRegistryInvitationByUID ¶
func DBGetRegistryInvitationByUID(r rpf.GINProcessor, c *gin.Context)
func DBInsertInvitation ¶
func DBInsertInvitation(r rpf.GINProcessor, c *gin.Context)
func DBInvitationAccepted ¶
func DBInvitationAccepted(r rpf.GINProcessor, c *gin.Context)
func DBInvitationDeclined ¶
func DBInvitationDeclined(r rpf.GINProcessor, c *gin.Context)
func DBInvitationRevoked ¶
func DBInvitationRevoked(r rpf.GINProcessor, c *gin.Context)
func DBRegisterInvitation ¶
func DBRegisterInvitation(r rpf.GINProcessor, c *gin.Context)
func DBRegistryInvUpdate ¶
func DBRegistryInvUpdate(r rpf.GINProcessor, c *gin.Context)
func DBRegistryInviteList ¶
func DBRegistryInviteList(r rpf.GINProcessor, c *gin.Context)
func ExportNoSessionRegistryInv ¶
func ExportNoSessionRegistryInv(r rpf.GINProcessor, c *gin.Context)
func ExportRegistryInv ¶
func ExportRegistryInv(r rpf.GINProcessor, c *gin.Context)
func ExportRegistryInvList ¶
func ExportRegistryInvList(r rpf.GINProcessor, c *gin.Context)
func ExtractGINParameterInvitationID ¶
func ExtractGINParameterInvitationID(r rpf.GINProcessor, c *gin.Context)
func ExtractGINParameterUID ¶
func ExtractGINParameterUID(r rpf.GINProcessor, c *gin.Context)
Types ¶
type NoSessionInviteToJSON ¶
type NoSessionInviteToJSON struct { Invite *orm.InvitationRegistry Creator *orm.UserRegistry Invitee *orm.UserRegistry }
func (*NoSessionInviteToJSON) MarshalJSON ¶
func (ore *NoSessionInviteToJSON) MarshalJSON() ([]byte, error)
type RegistryInviteToJSON ¶
type RegistryInviteToJSON struct {
Entry *orm.InvitationRegistry
}
Invitation Registry Export
func (*RegistryInviteToJSON) MarshalJSON ¶
func (ore *RegistryInviteToJSON) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.