All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.erupt.cloud.server.base.CloudServerConst Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.cloud.server.base;

/**
 * @author YuePeng
 * date 2022/4/14 21:55
 */
public class CloudServerConst {

    //节点管理权限
    public static final String CLOUD_NODE_MANAGER_PERMISSION = "cloud_node_manager_permission";

    //查看 access token
    public static final String CLOUD_ACCESS_TOKEN_PERMISSION = "cloud_access_token_permission";

    //节点日志
    public static final String ERUPT_CLOUD_NODE_LOG = "erupt_cloud_node_log";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy