Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History

collector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pegasus Collector

[中文文档]

Collector is a part of the Pegasus ecosystem that serves as:

  1. the service availability detector
  2. the hotkey detector
  3. the capacity units recorder

Requirement

  • Go1.18+

Development

Build the collector:

make build

Format the code:

make fmt