github.com/k0marov/go-socnet@v0.0.0-20220715154813-90d07867c782/core/general/core_values/core_values.go (about)

     1  package core_values
     2  
     3  import (
     4  	"github.com/k0marov/go-socnet/core/general/core_values/ref"
     5  )
     6  
     7  type UserId = string
     8  
     9  type FileData = ref.Ref[[]byte]
    10  
    11  type FileURL = string
    12  type StaticPath = string