package
0.0.0-20240506094221-05d1b2ab18e1
Repository: https://github.com/hlf513/go-pkg.git
Documentation: pkg.go.dev

# README

Casbin

技术方案

  • model.conf 默认值见 default.go
  • policy.csv 使用的是 MySQL 动态调整,驱动使用gorm
  • 分布式消息的监视器,使用的是Redis

依赖

公共库

  • go-redis
  • cast
  • gin
  • gin-jwt

内置库

  • mysql
  • zap
  • response
  • redis

# Functions

CheckPermission 根据不同的错误返回不同的 http code - 未找到用户,403 - casbin 报错,500 - 没有权限,401.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author