Overload resolution Overload resolution In a call p(args) the routine p that matches best is selected. If multiple routines match equally well, the ambiguity is reported during...
Requests Request Methods Request URI Scheme Host Port Path Query string Requests Requests are sent from a client to a server. Requests include the method to be applied t...
Authentication Sentry::authenticate() Example Exceptions Sentry::authenticateAndRemember() Example Sentry::login() Example Exceptions Sentry::loginAndRemember() Example S...
Installation Prerequisites Using go get Using dep Using glide Using govendor Installation Prerequisites Install Go Set GOPATH Using go get $ cd < PROJECT IN $GOPA...
If statement If statement Example: var name = readLine ( stdin ) if name == "Andreas" : echo "What a nice name!" elif name == "" : echo "Don't you h...
Architecture Components Kubernetes mode Services and Pods Pods with a Service Pods without a Service Universal mode Architecture This sections gives an overview of a...