Documentation
¶
Index ¶
Constants ¶
View Source
const ( HTTPUrlEnv = "HAKO_HTTP_URL" GRPCUrlEnv = "HAKO_GRPC_URL" HTTPDefaultUrl = "http://localhost:8030" GRPCDefaultUrl = "localhost:8031" )
Variables ¶
View Source
var GRPCClient pb.HakoServiceClient = nil
Functions ¶
func NewGRPCClient ¶
func NewGRPCClient(url string) (pb.HakoServiceClient, error)
Types ¶
type HTTPSdk ¶
func NewHTTPClient ¶
func (*HTTPSdk) GetFileInfo ¶
func (s *HTTPSdk) GetFileInfo(uuid string) (*dto.HandleFileInfoOut, error)
Click to show internal directories.
Click to hide internal directories.