Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageGenerationServer ¶
type ImageGenerationServer struct {
pb.UnimplementedImageGenerationServer
}
Struct of the gRPC server
func (*ImageGenerationServer) Bounce ¶
func (s *ImageGenerationServer) Bounce(ctx context.Context, in *pb.ImageRequest) (*pb.ImageResponse, error)
Generates an image that bounces a ball around a square
func (*ImageGenerationServer) Fluid ¶
func (s *ImageGenerationServer) Fluid(ctx context.Context, in *pb.ImageRequest) (*pb.ImageResponse, error)
Generates a fluid simulation
Click to show internal directories.
Click to hide internal directories.