Documentation
¶
Index ¶
- type DemoEngine
- func (d DemoEngine) Create(db *datastore.Datastore, ci types.CreateInput) (types.CreateOutput, error)
- func (d DemoEngine) Next(*adcampaign.AdCampaign, *adconfig.AdConfig, *adset.AdSet, *ad.Ad) error
- func (d DemoEngine) StartAd(*ad.Ad) error
- func (d DemoEngine) StartAdCampaign(*adcampaign.AdCampaign) error
- func (d DemoEngine) StartAdSet(*adset.AdSet) error
- func (d DemoEngine) StopAd(*ad.Ad) error
- func (d DemoEngine) StopAdCampaign(*adcampaign.AdCampaign) error
- func (d DemoEngine) StopAdSet(*adset.AdSet) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoEngine ¶
type DemoEngine struct{}
func (DemoEngine) Create ¶
func (d DemoEngine) Create(db *datastore.Datastore, ci types.CreateInput) (types.CreateOutput, error)
func (DemoEngine) Next ¶
func (d DemoEngine) Next(*adcampaign.AdCampaign, *adconfig.AdConfig, *adset.AdSet, *ad.Ad) error
func (DemoEngine) StartAdCampaign ¶
func (d DemoEngine) StartAdCampaign(*adcampaign.AdCampaign) error
func (DemoEngine) StartAdSet ¶
func (d DemoEngine) StartAdSet(*adset.AdSet) error
func (DemoEngine) StopAdCampaign ¶
func (d DemoEngine) StopAdCampaign(*adcampaign.AdCampaign) error
Click to show internal directories.
Click to hide internal directories.