package
Version:
v0.0.0-...-118bb3a
Opens a new window with list of versions in this module.
Published: Dec 21, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreatePermissionRequest struct {
Name string `json:"name"`
Code string `json:"code"`
Description string `json:"description"`
}
type UpdatePermissionRequest struct {
Name string `json:"name,omitempty"`
Code string `json:"code,omitempty"`
Description string `json:"description,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.