Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CheckList

Holds result of checks query

Hierarchy

  • CheckList

Index

Constructors

constructor

  • Returns CheckList

  • Parameters

    Returns CheckList

Methods

getIndex

  • getIndex(): number
  • Set Consul index, a unique identifier representing the current state of the requested list of checks

    Returns number

getList

  • Set list of checks

    Returns Check[]

setIndex

  • Set Consul index, a unique identifier representing the current state of the requested list of checks

    Parameters

    • index: number

    Returns CheckList

setList

  • Set list of checks

    Parameters

    Returns CheckList

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc