github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/swagger-files/b0xfile__index.css.go (about)

     1  // Code generaTed by fileb0x at "2022-06-10 22:55:21.999275787 +0300 EEST m=+0.188372544" from config file "b0x.yaml" DO NOT EDIT.
     2  // modified(2022-06-10 22:50:50.595877768 +0300 EEST)
     3  // original path: swagger-ui/dist/index.css
     4  
     5  package swaggerFiles
     6  
     7  import (
     8  	"os"
     9  )
    10  
    11  // FileIndexCSS is "/index.css"
    12  var FileIndexCSS = []byte("\x68\x74\x6d\x6c\x20\x7b\x0a\x20\x20\x20\x20\x62\x6f\x78\x2d\x73\x69\x7a\x69\x6e\x67\x3a\x20\x62\x6f\x72\x64\x65\x72\x2d\x62\x6f\x78\x3b\x0a\x20\x20\x20\x20\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x20\x2d\x6d\x6f\x7a\x2d\x73\x63\x72\x6f\x6c\x6c\x62\x61\x72\x73\x2d\x76\x65\x72\x74\x69\x63\x61\x6c\x3b\x0a\x20\x20\x20\x20\x6f\x76\x65\x72\x66\x6c\x6f\x77\x2d\x79\x3a\x20\x73\x63\x72\x6f\x6c\x6c\x3b\x0a\x7d\x0a\x0a\x2a\x2c\x0a\x2a\x3a\x62\x65\x66\x6f\x72\x65\x2c\x0a\x2a\x3a\x61\x66\x74\x65\x72\x20\x7b\x0a\x20\x20\x20\x20\x62\x6f\x78\x2d\x73\x69\x7a\x69\x6e\x67\x3a\x20\x69\x6e\x68\x65\x72\x69\x74\x3b\x0a\x7d\x0a\x0a\x62\x6f\x64\x79\x20\x7b\x0a\x20\x20\x20\x20\x6d\x61\x72\x67\x69\x6e\x3a\x20\x30\x3b\x0a\x20\x20\x20\x20\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\x20\x23\x66\x61\x66\x61\x66\x61\x3b\x0a\x7d\x0a")
    13  
    14  func init() {
    15  
    16  	f, err := FS.OpenFile(CTX, "/index.css", os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0777)
    17  	if err != nil {
    18  		panic(err)
    19  	}
    20  
    21  	_, err = f.Write(FileIndexCSS)
    22  	if err != nil {
    23  		panic(err)
    24  	}
    25  
    26  	err = f.Close()
    27  	if err != nil {
    28  		panic(err)
    29  	}
    30  }