5 lines
121 B
Go
5 lines
121 B
Go
|
package repository
|
||
|
|
||
|
// UserWalletOperator 針對使用者的錢包基本操作接口
|
||
|
type UserWalletOperator interface{}
|