Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultBaseUrl = "https://plausible.io"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventPayload ¶
type PlausiblePlugin ¶
type PlausiblePlugin struct {
BaseURL string `json:"base_url,omitempty"`
DomainName string `json:"domain_name,omitempty"`
// contains filtered or unexported fields
}
func (PlausiblePlugin) CaddyModule ¶
func (m PlausiblePlugin) CaddyModule() caddy.ModuleInfo
func (*PlausiblePlugin) ServeHTTP ¶
func (m *PlausiblePlugin) ServeHTTP(w http.ResponseWriter, r *http.Request, h caddyhttp.Handler) error
Click to show internal directories.
Click to hide internal directories.