Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BuildServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *BuildServer) GetFingerprintedPartitions(_ context.Context, req *pb.GetFingerprintedPartitionsRequest) (*pb.GetFingerprintedPartitionsResponse, error) + func (s *BuildServer) GetMajorSdkVersion(_ context.Context, req *pb.GetMajorSdkVersionRequest) (*pb.GetMajorSdkVersionResponse, error) + func (s *BuildServer) GetMinorSdkVersion(_ context.Context, req *pb.GetMinorSdkVersionRequest) (*pb.GetMinorSdkVersionResponse, error) + func (s *BuildServer) GetRadioVersion(_ context.Context, req *pb.GetRadioVersionRequest) (*pb.GetRadioVersionResponse, error) + func (s *BuildServer) GetSerial(_ context.Context, req *pb.GetSerialRequest) (*pb.GetSerialResponse, error) + func (s *BuildServer) NewBuild(_ context.Context, req *pb.NewBuildRequest) (*pb.NewBuildResponse, error)