gitlab.com/evatix-go/core@v1.3.55/coreinstruction/BaseIsGlobal.go (about)

     1  package coreinstruction
     2  
     3  type BaseIsGlobal struct {
     4  	IsGlobal bool `json:"IsGlobal"`
     5  }