harbor
  • Introduction
  • 安装
  • API
  • harbor数据库
  • 镜像与源码项目
  • UI
    • user
      • GET_/users
    • Router
    • Controller-API
      • user
      • project
      • member
      • repository
      • base.go
  • JobService
  • secretkey
  • 日志
Powered by GitBook
On this page

Was this helpful?

  1. UI

Controller-API

API的controller都在api包中,如下:

ui
├── main.go
├── router.go
├── api
│   ├── user.go
│   └── ...
└── ...

在本小节中,将详细分析每一个controller

PreviousRouterNextuser

Last updated 4 years ago

Was this helpful?