New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/shipyardapp/blog-wire

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/shipyardapp/blog-wire

  • v0.0.0-20210308192719-1fa13a28dc15
  • Source
  • Go
  • Socket score

Version published
Created
Source

blog-wire

This is the repository for the code talked about in our XXXX blog post.

Layout

The layout of the application is as follows:

  • src/config - Package for configuration types and helpers.
  • src/domain - Houses all of our business logic types and functionality.
  • src/domain/apm - Provides an interface for an Application Peformance Monitoring server. We don’t actually set one up in the application, but it makes for a more interesting Wire setup.
  • src/domain/todo - Provides the Todo type and interfaces for interacting with them.
  • src/domain/user - Provides the User type and interfaces for interacting with them.
  • src/infra - Provides real world implementations of some domain interfaces. Infra packages are the actual infrastructure connections in the application. Subpackages provide an http server, a sql database connection along with repo implementations, and a fake apm implementation.
  • src/todos - The top level application package.
  • main.go - The main package that we compile.

Wire

The top level wire.Build call in in src/todos/wire.go.

FAQs

Package last updated on 08 Mar 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc