github.com/SupenBysz/gf-admin-community@v0.7.4/sys_model/sys_enum/internal/auth/index.go (about)

     1  package sys_enum_auth
     2  
     3  type auth struct {
     4  	ActionType actionType
     5  }
     6  
     7  var Auth = auth{
     8  	ActionType: ActionType,
     9  }