Skip to content

chrstphlbr/resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resource library for Go

This repository provides generic interfaces for dealing with repositories of resources. The two main components are repositories (Repository) and adapters to resources (Adapter).

Currently only the implemenation of FileRepository and FileAdapter are provided.

Other repository types could be a container repository which handles multiple repositories or a network adapter in order to access resources oer a network connection (e.g. TCP).

About

Ressource library for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages