Documentation ¶ Index ¶ func Listen(ctx context.Context) (net.Listener, error) func ListenAndServe(ctx context.Context, fs afero.Fs) error func NewServer(source afero.Fs) *grpc.Server func Serve(lis net.Listener, fs afero.Fs) error func Socket(ctx context.Context, prefix string) (string, error) type FileInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Listen ¶ func Listen(ctx context.Context) (net.Listener, error) func ListenAndServe ¶ func ListenAndServe(ctx context.Context, fs afero.Fs) error func NewServer ¶ func NewServer(source afero.Fs) *grpc.Server func Serve ¶ func Serve(lis net.Listener, fs afero.Fs) error func Socket ¶ func Socket(ctx context.Context, prefix string) (string, error) Types ¶ type FileInfo ¶ type FileInfo = fs.FileInfo Source Files ¶ View all Source files fs.goserver.go Click to show internal directories. Click to hide internal directories.