service/api/interfaces/is_thumbed_up_fillable.go

7 lines
115 B
Go
Raw Permalink Normal View History

2024-01-19 00:31:03 +08:00
package interfaces
type IsThumbedUpFillable interface {
GetMomentId() int64
SetIsThumbedUp(is_followed int64)
}