package common type WikiWebhookEvent struct { Action string Page string Comment string Repository *Repository Sender User } func (w *WikiWebhookEvent) GetAction() string { return w.Action }