Documentation ¶
Index ¶
- type AWSUsage
- type Client
- func (c *Client) Close() error
- func (c *Client) GetCompilerIncludePath(in *GetCompilerIncludePathArgs) (*GetCompilerIncludePathReply, error)
- func (c *Client) GetDaemonStats(in *StatsArgs) (*StatsReply, error)
- func (c *Client) InvokeWithFiles(in *InvokeWithFilesArgs) (*InvokeWithFilesReply, error)
- func (c *Client) Ping(in *PingArgs) (*PingReply, error)
- func (c *Client) Shutdown(in *ShutdownArgs) (*ShutdownReply, error)
- func (c *Client) TraceSpans(in *TraceSpansArgs) (*TraceSpansReply, error)
- type GetCompilerIncludePathArgs
- type GetCompilerIncludePathReply
- type InvokeWithFilesArgs
- type InvokeWithFilesReply
- type PingArgs
- type PingReply
- type ShutdownArgs
- type ShutdownReply
- type Stats
- type StatsArgs
- type StatsReply
- type Timing
- type TraceSpansArgs
- type TraceSpansReply
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSUsage ¶
type AWSUsage struct { Lambda protocol.LambdaUsage LocalS3 protocol.StoreUsage RemoteS3 protocol.StoreUsage }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetCompilerIncludePath ¶
func (c *Client) GetCompilerIncludePath(in *GetCompilerIncludePathArgs) (*GetCompilerIncludePathReply, error)
func (*Client) GetDaemonStats ¶
func (c *Client) GetDaemonStats(in *StatsArgs) (*StatsReply, error)
func (*Client) InvokeWithFiles ¶
func (c *Client) InvokeWithFiles(in *InvokeWithFilesArgs) (*InvokeWithFilesReply, error)
func (*Client) Shutdown ¶
func (c *Client) Shutdown(in *ShutdownArgs) (*ShutdownReply, error)
func (*Client) TraceSpans ¶
func (c *Client) TraceSpans(in *TraceSpansArgs) (*TraceSpansReply, error)
type GetCompilerIncludePathReply ¶
type GetCompilerIncludePathReply struct {
Paths []string
}
type InvokeWithFilesArgs ¶
type InvokeWithFilesReply ¶
type ShutdownArgs ¶
type ShutdownArgs struct{}
type ShutdownReply ¶
type ShutdownReply struct{}
type StatsReply ¶
type StatsReply struct {
Stats Stats
}
type TraceSpansArgs ¶
type TraceSpansReply ¶
type TraceSpansReply struct{}
Click to show internal directories.
Click to hide internal directories.