mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
feat: go-chi and first routes setup
This commit is contained in:
@@ -6,5 +6,6 @@ import (
|
||||
|
||||
type IArticleRepository interface {
|
||||
Get(id int) Article
|
||||
GetAll() []Article
|
||||
Create(article Article) Article
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user