MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / generateUUID

Function generateUUID

internal/service/lotteryDraw.go:599–601  ·  view source on GitHub ↗

generateUUID 生成新的UUID

()

Source from the content-addressed store, hash-verified

597
598// generateUUID 生成新的UUID
599func generateUUID() string {
600 return uuid.New().String()
601}
602
603// validateLotteryDrawInput 验证创建抽奖活动的输入
604func validateLotteryDrawInput(input domain.LotteryDraw) error {

Calls

no outgoing calls

Tested by

no test coverage detected