https://github.com/arakkkkk/skeleton-go-api-client
https://github.com/arakkkkk/skeleton-go-api-client
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arakkkkk/skeleton-go-api-client
- Owner: arakkkkk
- Created: 2023-08-01T12:51:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T16:35:17.000Z (about 2 years ago)
- Last Synced: 2025-02-01T17:11:25.698Z (8 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# samplesdk
## Flow
```plantuml
@startuml
state main
state Items {
state api:items/api.go
state service
}
state client:client/client.gomain -> api
api -> service
service -> clientclient -> service
service -> api
api -> main
@enduml
```