common

module
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2026 License: Apache-2.0

README

Common

Overview

This folder contains common code that is shared across all of the Edge Node Agents. It provides:

  • Agent Status API
  • Message Logger
  • Agent Metrics Provider
  • Unit Test and other Common Utilities

Develop

To develop the common code, the following prerequisites are required:

The required Go version for the agents is outlined here.

Commands for Development

  • Generate updated protobuf files:

    make buf-gen
    
  • Run unit tests:

    make test
    
  • Run linters:

    make lint
    
  • Get code coverage from unit tests:

    make cover
    

License

Apache-2.0

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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