Documentation ¶
Index ¶
- type ServerV1
- func (s ServerV1) PersonalComplimentaryInfoV1(ctx context.Context, request api.PersonalComplimentaryInfoV1RequestObject) (api.PersonalComplimentaryInfoV1ResponseObject, error)
- func (s ServerV1) PersonalIdentificationsV1(ctx context.Context, request api.PersonalIdentificationsV1RequestObject) (api.PersonalIdentificationsV1ResponseObject, error)
- func (s ServerV1) PersonalQualificationsV1(ctx context.Context, request api.PersonalQualificationsV1RequestObject) (api.PersonalQualificationsV1ResponseObject, error)
- type Service
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerV1 ¶
type ServerV1 struct {
// contains filtered or unexported fields
}
func NewServerV1 ¶
func (ServerV1) PersonalComplimentaryInfoV1 ¶
func (s ServerV1) PersonalComplimentaryInfoV1( ctx context.Context, request api.PersonalComplimentaryInfoV1RequestObject, ) ( api.PersonalComplimentaryInfoV1ResponseObject, error, )
func (ServerV1) PersonalIdentificationsV1 ¶
func (s ServerV1) PersonalIdentificationsV1( ctx context.Context, request api.PersonalIdentificationsV1RequestObject, ) ( api.PersonalIdentificationsV1ResponseObject, error, )
func (ServerV1) PersonalQualificationsV1 ¶
func (s ServerV1) PersonalQualificationsV1( ctx context.Context, request api.PersonalQualificationsV1RequestObject, ) ( api.PersonalQualificationsV1ResponseObject, error, )
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (Service) AddPersonalComplimentaryInfo ¶
func (s Service) AddPersonalComplimentaryInfo( sub string, info api.PersonalComplimentaryInfoData, )
func (Service) AddPersonalIdentification ¶
func (s Service) AddPersonalIdentification( sub string, identification api.PersonalIdentificationData, )
func (Service) AddPersonalQualification ¶
func (s Service) AddPersonalQualification( sub string, qualification api.PersonalQualificationData, )
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage() *Storage
Click to show internal directories.
Click to hide internal directories.