🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

github.com/lenny-mo/payment

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/lenny-mo/payment

v0.0.0-20231220124301-b6593a0dc6af
Source
Go
Version published
Created
Source

Payment Service

This is the Payment service

Generated with

micro new --namespace=go.micro --type=service payment

Getting Started

  • Configuration
  • Dependencies
  • Usage

Configuration

  • FQDN: go.micro.service.payment
  • Type: service
  • Alias: payment

Dependencies

Micro services depend on service discovery. The default is multicast DNS, a zeroconf system.

In the event you need a resilient multi-host setup we recommend etcd.

# install etcd
brew install etcd

# run etcd
etcd

Usage

A Makefile is included for convenience

Build the binary

make build

Run the service

./payment-service

Build a docker image

make docker

FAQs

Package last updated on 20 Dec 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