logtypesapi

package
v1.14.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2020 License: AGPL-3.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL