Documentation ¶
Overview ¶
Code generated by apigen; DO NOT EDIT. package logtypesapi documents github.com/panther-labs/panther/internal/core/logtypesapi.LogTypesAPI
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListAvailableLogTypesResponse ¶
type ListAvailableLogTypesResponse struct {
LogTypes []string `json:"logTypes"`
}
type LogTypesAPI ¶
type LogTypesAPI interface {
ListAvailableLogTypes() (ListAvailableLogTypesResponse, error)
}
LogTypesAPI available endpoints
type LogTypesAPIPayload ¶
type LogTypesAPIPayload struct {
ListAvailableLogTypes *struct{}
}
LogTypesAPIPayload is the payload for calls to LogTypesAPI endpoints.
Click to show internal directories.
Click to hide internal directories.