Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
/ request-context Public archive

A context object that allows you to put arbitrary data into it and pass information from software layer to software layer.

Notifications You must be signed in to change notification settings

giantswarm/request-context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-context

The intention of this package is to have a context you can pass along methods of your service objects. As functionality and complexity of systems increases you need to provide more and more information from software layer to software layer. Having a context object allows you to put arbitrary data into it and pass one single context along your code flow.

logging

Here we included a logger that can be provided with some context as well. Given a context the logger marshals all information and print them additionally for each line. In case you don't care, don't use this logger, or provide nil to ignore additional payloads.

About

A context object that allows you to put arbitrary data into it and pass information from software layer to software layer.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •