Versions in this module Expand all Collapse all v0 v0.0.2 Jul 28, 2020 Changes in this version + func Handler() http.Handler + type DB struct + DynamoDB dynamodbiface.DynamoDBAPI + func (d *DB) PutRec(r *Record) (*dynamodb.PutItemOutput, error) + func (d *DB) UpdateRec(r *Record) (*dynamodb.UpdateItemOutput, error) + type Record struct + Description string + Ends string + Starts string + Status string + SupplierRef string + Table string + Title string + func (r *Record) ParseHandler(w http.ResponseWriter, req *http.Request) + func (r *Record) ParseRequest(input string) error + func (r *Record) ParseTime(input string) error + type Writer struct + func NewWriter(handlerToWrap http.Handler) *Writer + func (wr *Writer) ServeHTTP(rw http.ResponseWriter, req *http.Request)