doc.go 411 B

12345678910111213141516
  1. // Copyright 2018 Ouest Systèmes Informatiques (OSInet). All rights reserved.
  2. /*
  3. Package domain contains the internal data handled by Kurz, in the sense of the
  4. "hexagonal architecture" model.
  5. Its API is made of:
  6. - functions GetTargetURL() and GetShortURL()
  7. Its SPI is made of:
  8. - interfaces ShortURLRepository and TargetURLRepository
  9. - configuration function RegisterRepositories()
  10. */
  11. package domain