exclusions

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func D2DExclusionHandler

func D2DExclusionHandler(storeInstance *store.Store) func(http.ResponseWriter, *http.Request, map[string]string)

func ExtJsExclusionHandler

func ExtJsExclusionHandler(storeInstance *store.Store) func(http.ResponseWriter, *http.Request, map[string]string)

func ExtJsExclusionSingleHandler

func ExtJsExclusionSingleHandler(storeInstance *store.Store) func(http.ResponseWriter, *http.Request, map[string]string)

Types

type ExclusionConfigResponse

type ExclusionConfigResponse struct {
	Errors  map[string]string `json:"errors"`
	Message string            `json:"message"`
	Data    *store.Exclusion  `json:"data"`
	Status  int               `json:"status"`
	Success bool              `json:"success"`
}

type ExclusionsResponse

type ExclusionsResponse struct {
	Data   []store.Exclusion `json:"data"`
	Digest string            `json:"digest"`
}

Jump to

Keyboard shortcuts

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