service/api/interfaces/is_thumbed_up_fillable.go

7 lines
115 B
Go

package interfaces
type IsThumbedUpFillable interface {
GetMomentId() int64
SetIsThumbedUp(is_followed int64)
}