github.com/machinefi/w3bstream@v1.6.5-rc9.0.20240426031326-b8c7c4876e72/pkg/depends/kit/enumgen/__examples__/sample.go (about)

     1  package example
     2  
     3  type Sample uint8
     4  
     5  const (
     6  	SAMPLE_UNKNOWN Sample = iota
     7  	SAMPLE__XXX           // 样例XXX
     8  	SAMPLE__YYY           // 样例YYY
     9  	SAMPLE__ZZZ           // 样例ZZZ
    10  )