package
0.0.0-20240910154253-36786ffc75d8
Repository: https://github.com/dinosaur1258/golangbackend.git
Documentation: pkg.go.dev

# Functions

CreateCompanyHandler 創建一個新的公司.
DeleteCompanyHandler 刪除指定 ID 的公司.
GetAllCompaniesHandler 獲取所有公司.
GetCompanyByIDHandler 根據 ID 獲取單個公司.
StartServer 設置和啟動 Gin 路由.
UpdateCompanyHandler 更新指定 ID 的公司.