Versions in this module Expand all Collapse all v1 v1.0.0 Aug 1, 2017 Changes in this version + func NewCargoRepository(db string, session *mgo.Session) (cargo.Repository, error) + func NewHandlingEventRepository(db string, session *mgo.Session) cargo.HandlingEventRepository + func NewLocationRepository(db string, session *mgo.Session) (location.Repository, error) + func NewVoyageRepository(db string, session *mgo.Session) (voyage.Repository, error)