Documentation ¶
Index ¶
- Variables
- type Params
- type TestCampaign
- func (tc *TestCampaign) CreatedAt() time.Time
- func (tc *TestCampaign) ID() string
- func (tc *TestCampaign) OwnerID() string
- func (tc *TestCampaign) SetSummary(summary string)
- func (tc *TestCampaign) SetViewName(viewName string)
- func (tc *TestCampaign) Summary() string
- func (tc *TestCampaign) ViewName() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyID = errors.New("empty test campaign ID") ErrEmptyOwnerID = errors.New("empty owner ID") )
Functions ¶
This section is empty.
Types ¶
type TestCampaign ¶
type TestCampaign struct {
// contains filtered or unexported fields
}
func MustNew ¶
func MustNew(params Params) *TestCampaign
func New ¶
func New(params Params) (*TestCampaign, error)
func (*TestCampaign) CreatedAt ¶
func (tc *TestCampaign) CreatedAt() time.Time
func (*TestCampaign) ID ¶
func (tc *TestCampaign) ID() string
func (*TestCampaign) OwnerID ¶
func (tc *TestCampaign) OwnerID() string
func (*TestCampaign) SetSummary ¶
func (tc *TestCampaign) SetSummary(summary string)
func (*TestCampaign) SetViewName ¶
func (tc *TestCampaign) SetViewName(viewName string)
func (*TestCampaign) Summary ¶
func (tc *TestCampaign) Summary() string
func (*TestCampaign) ViewName ¶
func (tc *TestCampaign) ViewName() string
Click to show internal directories.
Click to hide internal directories.