Documentation ¶
Overview ¶
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
View Source
const ( PERM_PRIORITY = 0x1 << 3 PERM_READ = 0x1 << 2 PERM_WRITE = 0x1 << 1 PERM_INHERIT = 0x1 << 0 )
PERM 读写权限 Author gaoyanlei Since 2017/8/9
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.