meetingyou

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: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MeetingYou

type MeetingYou struct {
	Client *resty.Client
}

func New

func (MeetingYou) JoinLobby

func (s MeetingYou) JoinLobby(memberId int64) (entity.JoinLobbyInfo, error)

func (MeetingYou) SubmitReview

func (s MeetingYou) SubmitReview(meetingReviewRequest entity.MeetingReviewRequest) (resty.Response, error)

type MeetingYouConfiguration

type MeetingYouConfiguration func(*MeetingYou) error

func WithClient

func WithClient(client *resty.Client) MeetingYouConfiguration

type MeetingYouRepository

type MeetingYouRepository interface {
	// @POST("/channel/user/join/{memberId}")
	// g.b.l<JoinLobbyInfo> joinLobby(@Path("memberId") @Nullable Long l2);
	JoinLobby(memberId int64) (entity.JoinLobbyInfo, error)

	// @POST("/review/submit")
	// g.b.l<f0> submitReview(@Body @NotNull MeetingReviewRequest meetingReviewRequest);
	SubmitReview(meetingReviewRequest entity.MeetingReviewRequest) (resty.Response, error)
}

Jump to

Keyboard shortcuts

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