UNPKG

af-consul

Version:

A highly specialized function library

43 lines (42 loc) 1.12 kB
export { AccessPoints } from './access-points/access-points'; export { accessPointsUpdater } from './access-points/access-points-updater'; export { getAPI } from './get-api'; export { getRegisterConfig, getServiceID } from './get-register-config'; export { getConsulApiCached, prepareConsulAPI } from './prepare-consul-api'; export { getFQDN, getFQDNCached } from './lib/fqdn'; export { substitutePercentBracket } from './lib/utils'; export { checkAccessPointAvailability, isHttpAvailable } from './access-points/access-points-utils'; export { IAFConfig, ICache, ICLOptions, IConsul, IConsulAgentConfig, IConsulAgentOptions, IConsulAPI, ICyclicStartArgs, IRegisterConfig, IRegisterCyclic, IAccessPoint, IAccessPoints, IAPIArgs, IAFConsulAPI, IAFConsulConfig, IConsulServiceInfo, IFullConsulAgentConfig, IFullConsulAgentOptions, IConsulNodeInfo, IMeta, IRegisterCheck, IConsulHealthServiceInfo, ISocketInfo, ILogger, IRegisterOptions, TRegisterResult, TCommonFnResult, TRegisterType, TLoggerMethod, Maybe, Nullable, TBooleanLike, } from './interfaces';