arakkkkk / skeleton-go-api-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samplesdk

Flow

@startuml
  state main
  state Items {
    state api:items/api.go
    state service
  }
  state client:client/client.go

  main -> api
  api -> service
  service -> client

  client -> service
  service -> api
  api -> main
@enduml

About


Languages

Language:Go 100.0%