sampler-fork/client/backend.go

9 lines
129 B
Go
Raw Normal View History

package client
import "github.com/sqshq/sampler/storage"
// TODO
func loadLicense(key string) *storage.License {
return nil
}