Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { EventTime int64 EventVersion string EventName string Description string SourceIpAddress string UserAgent string RequestId string RequestMethod string RequestParameters string ResponseStatus int ResponseElements string EventType string ResourceReports []Resource ErrorCode string ErrorMessage string Url string UserIdentity *UserIdentity ApiAction string ApiVersion string EventSource string }
type Handler ¶ added in v1.2.0
func NewHandler ¶ added in v1.2.0
func NewHandler(managers *international.Gi18nManagers) Handler
func (*Handler) Audit ¶ added in v1.2.0
func (h *Handler) Audit() gin.HandlerFunc
type UserIdentity ¶
type UserIdentity struct {
AccountId string
}
Click to show internal directories.
Click to hide internal directories.