Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultLimit = 1000
Variables ¶
This section is empty.
Functions ¶
func EffectiveLimit ¶ added in v0.7.0
Types ¶
type ProviderConnection ¶
type ProviderConnection struct {
ID string `json:"id"`
ProjectID string `json:"project_id"`
Provider string `json:"provider"`
Domain string `json:"domain"`
APIKey string `json:"-"`
LimitBacklinks int `json:"limit_backlinks"`
LimitRefdomains int `json:"limit_refdomains"`
LimitRankings int `json:"limit_rankings"`
LimitTopPages int `json:"limit_top_pages"`
CreatedAt time.Time `json:"created_at"`
}
ProviderConnection represents a connection to an external data provider for a project.
Click to show internal directories.
Click to hide internal directories.