Skip to content

Instantly share code, notes, and snippets.

@kasvith
Created November 9, 2019 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasvith/2368081d8bcf46ad802cb6d4774c8d06 to your computer and use it in GitHub Desktop.
Save kasvith/2368081d8bcf46ad802cb6d4774c8d06 to your computer and use it in GitHub Desktop.
type Backend struct {
URL *url.URL
Alive bool
mux sync.RWMutex
ReverseProxy *httputil.ReverseProxy
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment