Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HackathonApi ¶
func HackathonApi(sb *server.ServerBuiler)
func Init ¶
func Init(sb *server.ServerBuiler)
func NewQ11e ¶
func NewQ11e(input *PutQ11eInput) *hackathon.Q11e
Types ¶
type GetSbtDetailInput ¶
type GetSbtDetailOutput ¶
type GetSbtDetailOutput struct { Metadata *hackathon.NftMetaDataOutput Owners []string }
type IdValidateInput ¶
type IdValidateOutput ¶
type IdValidateOutput struct {
Success bool `json:"success"`
}
type PutQ11eInput ¶
type RecommendUserResult ¶
type RecommendUserResult struct { UserId primitive.ObjectID `json:"userId"` TargetId primitive.ObjectID `json:"targetId"` Reasons []string `json:"reasons"` Score int `json:"score"` Target *UserItem `json:"target"` }
func NewRecommendUserResult ¶
func NewRecommendUserResult(ur *hackathon.UserRecommendation, u *identity2.User) *RecommendUserResult
type ResumePutInput ¶
type ResumePutInput struct {
Data string `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.