Documentation ¶
Index ¶
- func GetBufferQueuesByDataIDAndSlot(dataID uint64, slot uint32) ([][]byte, uint32)
- func GetCourseRecordByDataIDAndSlot(dataID uint64, slot uint8) (*datastore_super_mario_maker_types.DataStoreGetCourseRecordResult, uint32)
- func GetCustomRankingsByDataIDs(applicationID uint32, dataIDs []uint64) []*datastore_super_mario_maker_types.DataStoreCustomRankingResult
- func GetRandomCoursesWithLimit(limit int) ([]*datastore_super_mario_maker_types.DataStoreCustomRankingResult, uint32)
- func GetUserCourseObjectIDs(ownerPID uint32) ([]uint64, uint32)
- func InitializeObjectByAttachFileParam(ownerPID uint32, param *datastore_smm_types.DataStoreAttachFileParam) (uint64, uint32)
- func InsertOrUpdateBufferQueueData(dataID uint64, slot uint32, buffer []byte) uint32
- func InsertOrUpdateCourseRecord(dataID uint64, slot uint8, pid uint32, score int32) uint32
- func InsertOrUpdateCustomRanking(dataID uint64, applicationID, score uint32) uint32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCourseRecordByDataIDAndSlot ¶
func GetCourseRecordByDataIDAndSlot(dataID uint64, slot uint8) (*datastore_super_mario_maker_types.DataStoreGetCourseRecordResult, uint32)
func GetCustomRankingsByDataIDs ¶
func GetCustomRankingsByDataIDs(applicationID uint32, dataIDs []uint64) []*datastore_super_mario_maker_types.DataStoreCustomRankingResult
func GetRandomCoursesWithLimit ¶
func GetRandomCoursesWithLimit(limit int) ([]*datastore_super_mario_maker_types.DataStoreCustomRankingResult, uint32)
func GetUserCourseObjectIDs ¶
func InitializeObjectByAttachFileParam ¶
func InitializeObjectByAttachFileParam(ownerPID uint32, param *datastore_smm_types.DataStoreAttachFileParam) (uint64, uint32)
Types ¶
This section is empty.
Source Files ¶
- get_buffer_queues_by_data_id_and_slot.go
- get_course_record_by_data_id_and_slot.go
- get_custom_rankings_by_data_ids.go
- get_random_courses_with_limit.go
- get_user_course_object_ids.go
- initialize_object_by_prepare_post_param.go
- insert_or_update_buffer_queue_data.go
- insert_or_update_course_record.go
- insert_or_update_custom_ranking.go
Click to show internal directories.
Click to hide internal directories.