GITLAB

Hermes / api-game

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • api-game_qianyi
  • util
  • zredis
  • interface.go
  • ef31119a   refactor♻️:项目目录重构 Browse Code »
    王家文
    2024-04-16 14:05:30 +0800  
interface.go 117 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
package zredis

type IData interface {
	TableName() (text string)
	DbKey() (text string)
	ToString() (text string)
}