Documentation ¶
Index ¶
- Variables
- func CanonicaliseJson(jsonb []byte) []byte
- func CheckIdentity(req *http.Request, callerExpected string) error
- func ExtractJwt(req *http.Request) (string, error)
- func GetIdentity(req *http.Request) (string, error)
- func SendLogToFirebase(obj interface{}, childRefs ...string) error
- func SendQuoteRequestToRFI(URLCallback string, quoteRequestToRFIJsonb []byte, HTTP *http.Client) error
Constants ¶
This section is empty.
Variables ¶
View Source
var LOGGER = logging.MustGetLogger("quotes")
Functions ¶
func CanonicaliseJson ¶
func SendLogToFirebase ¶
SendLogToFirebase sends a log to Firebase based on the childRef provided `obj`: data to be posted `childRefs`: location to post to on Firebase (variadic)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.