services

package
v0.0.0-...-931f746 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ElectionService

type ElectionService struct {
	Client *resty.Client
	election.ElectionRepository
}

func NewElectionService

func NewElectionService(cfgs ...ElectionServiceConfiguration) (*ElectionService, error)

type ElectionServiceConfiguration

type ElectionServiceConfiguration func(*ElectionService) error

type MeetingYouService

type MeetingYouService struct {
	Client *resty.Client
	meetingyou.MeetingYouRepository
}

func NewMeetingYouService

func NewMeetingYouService(cfgs ...MeetingYouServiceConfiguration) (*MeetingYouService, error)

type MeetingYouServiceConfiguration

type MeetingYouServiceConfiguration func(*MeetingYouService) error

type PdpaService

type PdpaService struct {
	Client *resty.Client
	pdpa.PdpaRepository
}

func NewPdpaService

func NewPdpaService(cfgs ...PdpaServiceConfiguration) (*PdpaService, error)

type PdpaServiceConfiguration

type PdpaServiceConfiguration func(*PdpaService) error

type PublicService

type PublicService struct {
	Client *resty.Client
	public.PublicRepository
}

func NewPublicService

func NewPublicService(cfgs ...PublicServiceConfiguration) (*PublicService, error)

type PublicServiceConfiguration

type PublicServiceConfiguration func(*PublicService) error

type StreamingService

type StreamingService struct {
	Client *resty.Client
	streaming.StreamingRepository
}

func NewStreamingService

func NewStreamingService(cfgs ...StreamingServiceConfiguration) (*StreamingService, error)

type StreamingServiceConfiguration

type StreamingServiceConfiguration func(*StreamingService) error

type TheaterService

type TheaterService struct {
	Client *resty.Client
	theater.TheaterRepository
}

func NewTheaterService

func NewTheaterService(cfgs ...TheaterServiceConfiguration) (*TheaterService, error)

type TheaterServiceConfiguration

type TheaterServiceConfiguration func(*TheaterService) error

type TicketService

type TicketService struct {
	Client *resty.Client
	ticket.TicketRepository
}

func NewTicketService

func NewTicketService(cfgs ...TicketServiceConfiguration) (*TicketService, error)

type TicketServiceConfiguration

type TicketServiceConfiguration func(*TicketService) error

type TokenXService

type TokenXService struct {
	Client *resty.Client
	tokenx.TokenXRepository
}

func NewTokenXService

func NewTokenXService(cfgs ...TokenXServiceConfiguration) (*TokenXService, error)

type TokenXServiceConfiguration

type TokenXServiceConfiguration func(*TokenXService) error

type UserBalanceService

type UserBalanceService struct {
	Client *resty.Client
	userbalance.UserBalanceRepository
}

type UserBalanceServiceConfiguration

type UserBalanceServiceConfiguration func(*UserBalanceService) error

type UserService

type UserService struct {
	Client *resty.Client
	user.UserRepository
}

func NewUserService

func NewUserService(cfgs ...UserServiceConfiguration) (*UserService, error)

type UserServiceConfiguration

type UserServiceConfiguration func(*UserService) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL