github.com/morlay/goqcloud@v0.0.0-20181123023149-b00e0b0b9afc/clients/scf/data_types.go (about)

     1  package scf
     2  
     3  // 日志过滤条件,用于区分正确与错误日志
     4  
     5  type Filter *Filter
     6  
     7  // 运行函数的返回
     8  
     9  type Result *Result
    10  
    11  // 变量参数
    12  
    13  type Variable *Variable
    14  
    15  // 私有网络参数配置
    16  
    17  type VpcConfig *VpcConfig
    18  
    19  // 触发器类型
    20  
    21  type Trigger *Trigger
    22  
    23  // 函数代码
    24  
    25  type Code *Code
    26  
    27  // 函数的环境变量参数
    28  
    29  type Environment *Environment
    30  
    31  // 函数列表
    32  
    33  type Function *Function
    34  
    35  // 日志信息
    36  
    37  type FunctionLog *FunctionLog