set up unfonctionnal rework, TODO -> pricing separation
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
type PricedItemITF interface {
|
||||
GetID() string
|
||||
GetType() tools.DataType
|
||||
IsBuying(request *tools.APIRequest) bool
|
||||
IsPurchased(request *tools.APIRequest) bool
|
||||
GetCreatorID() string
|
||||
GetLocationStart() *time.Time
|
||||
GetLocationEnd() *time.Time
|
||||
|
@@ -9,7 +9,7 @@ import (
|
||||
type PricingProfileITF interface {
|
||||
GetID() string
|
||||
GetPrice(quantity float64, val float64, start time.Time, end time.Time, request *tools.APIRequest, params ...string) (float64, error)
|
||||
IsBuying() bool
|
||||
IsPurchased() bool
|
||||
GetOverrideStrategyValue() int
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user