# plugin-fetch **Repository Path**: pipego/plugin-fetch ## Basic Information - **Project Name**: plugin-fetch - **Description**: Pipeline plugin - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-07 - **Last Updated**: 2024-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plugin-fetch [![Build Status](https://github.com/pipego/plugin-fetch/workflows/ci/badge.svg?branch=main&event=push)](https://github.com/pipego/plugin-fetch/actions?query=workflow%3Aci) [![Go Report Card](https://goreportcard.com/badge/github.com/pipego/plugin-fetch)](https://goreportcard.com/report/github.com/pipego/plugin-fetch) [![License](https://img.shields.io/github/license/pipego/plugin-fetch.svg)](https://github.com/pipego/plugin-fetch/blob/main/LICENSE) [![Tag](https://img.shields.io/github/tag/pipego/plugin-fetch.svg)](https://github.com/pipego/plugin-fetch/tags) ## Introduction *plugin-fetch* is the fetch plugin of [pipego](https://github.com/pipego) written in Go. ## Prerequisites - Go >= 1.18.0 ## Run ```bash make lint make build ./plugin-fetch-test ``` ## Docker ## Usage - `plugin/localhost.go`: Fetch node info from localhost. - `plugin/metalflow.go`: Fetch node info from [metalflow](https://github.com/devops-metalflow). ## Settings ## License Project License can be found [here](LICENSE). ## Reference - [go-osstat](https://github.com/mackerelio/go-osstat) - [go-plugin](https://github.com/hashicorp/go-plugin) - [gopsutil](https://github.com/shirou/gopsutil)