New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github.com/vk-en/eve/api/go

Package Overview
Dependencies
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/vk-en/eve/api/go

Source
Go Modules
Version
v0.0.0-20230523115509-c1c09ef909f9
Version published
Created
Source

EVE go sdk

SDK of generated message files for golang based on the protobuf message definitions in api/proto in the root directory of this repository.

To use:

import (
        "github.com/lf-edge/eve/api/go/register"
        "github.com/lf-edge/eve/api/go/config"
        "github.com/lf-edge/eve/api/go/info"
        "github.com/lf-edge/eve/api/go/logs"
        "github.com/lf-edge/eve/api/go/metrics"
        "github.com/lf-edge/eve/api/go/flowlog"
)

To build, go to the root directory of this repository and:

make proto

To vendor the result into pillar (or any other go pacakge), go to the root directory of this repository and:

make proto-vendor

FAQs

Package last updated on 23 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts