github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/ChaparKhane/security.go (about)

     1  /* For license and copyright information please see LEGAL file in repository */
     2  
     3  package chaparkhane
     4  
     5  type security struct {
     6  	xpBlackList     map[[16]byte]*blackList
     7  	routerBlackList map[[16]byte]*blackList
     8  	userBlackList   map[[16]byte]*blackList
     9  }
    10  
    11  type blackList struct {
    12  
    13  }