github.com/turingchain2020/turingchain@v1.1.21/system/dapp/manage/types/const.go (about)

     1  // Copyright Turing Corp. 2018 All Rights Reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package types
     6  
     7  // ManageActionModifyConfig manager action
     8  const (
     9  	ManageActionModifyConfig = iota
    10  )
    11  
    12  // TyLogModifyConfig log
    13  const (
    14  	TyLogModifyConfig = 410
    15  )
    16  
    17  // ConfigItemArrayConfig config Item
    18  const (
    19  	ConfigItemArrayConfig = iota
    20  )