Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 208 Bytes

Gateway.md

File metadata and controls

8 lines (6 loc) · 208 Bytes
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 26
---
title: Clean Architecture: Kotlin Gateway
---

Gateway

Contains IO adapters (e.g. files, database or API calls) These construct Domain objects for use by Use Cases, and, save Domain objects given to it