Documentation ¶
Index ¶
- type PartyService
- func (s *PartyService) CreateParty(ctx context.Context, request *party.PartyRequest) (*party.Party, error)
- func (s *PartyService) GetParty(ctx context.Context, request *party.PartyRequest) (*party.Party, error)
- func (s *PartyService) UpdateParty(ctx context.Context, request *party.PartyRequest) (*party.Party, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PartyService ¶
type PartyService struct{}
PartyService to host a party service
func (*PartyService) CreateParty ¶
func (s *PartyService) CreateParty(ctx context.Context, request *party.PartyRequest) (*party.Party, error)
CreateParty creates a party
func (*PartyService) GetParty ¶
func (s *PartyService) GetParty(ctx context.Context, request *party.PartyRequest) (*party.Party, error)
GetParty gets an individual party
func (*PartyService) UpdateParty ¶
func (s *PartyService) UpdateParty(ctx context.Context, request *party.PartyRequest) (*party.Party, error)
UpdateParty updates an individual party
Click to show internal directories.
Click to hide internal directories.