github.com/SupenBysz/gf-admin-community@v0.7.4/sys_model/sys_enum/internal/invite/index.go (about)

     1  package invite
     2  
     3  type invite struct {
     4  	Type  inviteType
     5  	State inviteState
     6  }
     7  
     8  var Invite = invite{
     9  	Type:  Type,
    10  	State: State,
    11  }