Documentation ¶
Index ¶
- Constants
- func Service_Methods(methods []server.Method, s Service_Server) []server.Method
- func Service_NewServer(s Service_Server, policy *server.Policy) *server.Server
- type Layer
- func (s Layer) Description() (string, error)
- func (s Layer) DescriptionBytes() ([]byte, error)
- func (s Layer) HasDescription() bool
- func (s Layer) HasProperties() bool
- func (s Layer) NewProperties(n int32) (Layer_Property_List, error)
- func (s Layer) Properties() (Layer_Property_List, error)
- func (s Layer) SetDescription(v string) error
- func (s Layer) SetProperties(v Layer_Property_List) error
- func (s Layer) SetSize(v float32)
- func (s Layer) Size() float32
- func (s Layer) String() string
- type Layer_Future
- type Layer_List
- type Layer_Property
- func (s Layer_Property) BValue() bool
- func (s Layer_Property) F32Value() float32
- func (s Layer_Property) HasType() bool
- func (s Layer_Property) Name() PropertyName
- func (s Layer_Property) SetBValue(v bool)
- func (s Layer_Property) SetF32Value(v float32)
- func (s Layer_Property) SetName(v PropertyName)
- func (s Layer_Property) SetType(v string) error
- func (s Layer_Property) String() string
- func (s Layer_Property) Type() (string, error)
- func (s Layer_Property) TypeBytes() ([]byte, error)
- func (s Layer_Property) Which() Layer_Property_Which
- type Layer_Property_Future
- type Layer_Property_List
- type Layer_Property_Which
- type Profile
- func (s Profile) HasLayers() bool
- func (s Profile) Layers() (Layer_List, error)
- func (s Profile) NewLayers(n int32) (Layer_List, error)
- func (s Profile) PercentageOfArea() float32
- func (s Profile) SetLayers(v Layer_List) error
- func (s Profile) SetPercentageOfArea(v float32)
- func (s Profile) String() string
- type Profile_Future
- type Profile_List
- type PropertyName
- type PropertyName_List
- type Query
- func (s Query) HasMandatory() bool
- func (s Query) HasOptional() bool
- func (s Query) Mandatory() (PropertyName_List, error)
- func (s Query) NewMandatory(n int32) (PropertyName_List, error)
- func (s Query) NewOptional(n int32) (PropertyName_List, error)
- func (s Query) OnlyRawData() bool
- func (s Query) Optional() (PropertyName_List, error)
- func (s Query) SetMandatory(v PropertyName_List) error
- func (s Query) SetOnlyRawData(v bool)
- func (s Query) SetOptional(v PropertyName_List) error
- func (s Query) String() string
- type Query_Future
- type Query_List
- type Query_Result
- func (s Query_Result) Failed() bool
- func (s Query_Result) HasMandatory() bool
- func (s Query_Result) HasOptional() bool
- func (s Query_Result) Mandatory() (PropertyName_List, error)
- func (s Query_Result) NewMandatory(n int32) (PropertyName_List, error)
- func (s Query_Result) NewOptional(n int32) (PropertyName_List, error)
- func (s Query_Result) Optional() (PropertyName_List, error)
- func (s Query_Result) SetFailed(v bool)
- func (s Query_Result) SetMandatory(v PropertyName_List) error
- func (s Query_Result) SetOptional(v PropertyName_List) error
- func (s Query_Result) String() string
- type Query_Result_Future
- type Query_Result_List
- type SType
- type SType_List
- type Service
- func (c Service) AddRef() Service
- func (c Service) CheckAvailableParameters(ctx context.Context, params func(Query) error) (Query_Result_Future, capnp.ReleaseFunc)
- func (c Service) Drop(ctx context.Context, params func(persistence.Restorer_drop_Params) error) (persistence.Restorer_drop_Results_Future, capnp.ReleaseFunc)
- func (c Service) GetAllAvailableParameters(ctx context.Context, ...) (Service_getAllAvailableParameters_Results_Future, capnp.ReleaseFunc)
- func (c Service) Info(ctx context.Context, params func(common.Identifiable_info_Params) error) (common.IdInformation_Future, capnp.ReleaseFunc)
- func (c Service) ProfilesAt(ctx context.Context, params func(Service_profilesAt_Params) error) (Service_profilesAt_Results_Future, capnp.ReleaseFunc)
- func (c Service) Release()
- func (c Service) Restore(ctx context.Context, params func(persistence.Restorer_restore_Params) error) (persistence.Restorer_restore_Results_Future, capnp.ReleaseFunc)
- func (c Service) Save(ctx context.Context, params func(persistence.Persistent_SaveParams) error) (persistence.Persistent_SaveResults_Future, capnp.ReleaseFunc)
- type Service_Server
- type Service_checkAvailableParameters
- type Service_getAllAvailableParameters
- type Service_getAllAvailableParameters_Params
- func NewRootService_getAllAvailableParameters_Params(s *capnp.Segment) (Service_getAllAvailableParameters_Params, error)
- func NewService_getAllAvailableParameters_Params(s *capnp.Segment) (Service_getAllAvailableParameters_Params, error)
- func ReadRootService_getAllAvailableParameters_Params(msg *capnp.Message) (Service_getAllAvailableParameters_Params, error)
- type Service_getAllAvailableParameters_Params_Future
- type Service_getAllAvailableParameters_Params_List
- type Service_getAllAvailableParameters_Results
- func NewRootService_getAllAvailableParameters_Results(s *capnp.Segment) (Service_getAllAvailableParameters_Results, error)
- func NewService_getAllAvailableParameters_Results(s *capnp.Segment) (Service_getAllAvailableParameters_Results, error)
- func ReadRootService_getAllAvailableParameters_Results(msg *capnp.Message) (Service_getAllAvailableParameters_Results, error)
- func (s Service_getAllAvailableParameters_Results) HasMandatory() bool
- func (s Service_getAllAvailableParameters_Results) HasOptional() bool
- func (s Service_getAllAvailableParameters_Results) Mandatory() (PropertyName_List, error)
- func (s Service_getAllAvailableParameters_Results) NewMandatory(n int32) (PropertyName_List, error)
- func (s Service_getAllAvailableParameters_Results) NewOptional(n int32) (PropertyName_List, error)
- func (s Service_getAllAvailableParameters_Results) Optional() (PropertyName_List, error)
- func (s Service_getAllAvailableParameters_Results) SetMandatory(v PropertyName_List) error
- func (s Service_getAllAvailableParameters_Results) SetOptional(v PropertyName_List) error
- func (s Service_getAllAvailableParameters_Results) String() string
- type Service_getAllAvailableParameters_Results_Future
- type Service_getAllAvailableParameters_Results_List
- type Service_profilesAt
- type Service_profilesAt_Params
- func (s Service_profilesAt_Params) Coord() (geo.LatLonCoord, error)
- func (s Service_profilesAt_Params) HasCoord() bool
- func (s Service_profilesAt_Params) HasQuery() bool
- func (s Service_profilesAt_Params) NewCoord() (geo.LatLonCoord, error)
- func (s Service_profilesAt_Params) NewQuery() (Query, error)
- func (s Service_profilesAt_Params) Query() (Query, error)
- func (s Service_profilesAt_Params) SetCoord(v geo.LatLonCoord) error
- func (s Service_profilesAt_Params) SetQuery(v Query) error
- func (s Service_profilesAt_Params) String() string
- type Service_profilesAt_Params_Future
- type Service_profilesAt_Params_List
- type Service_profilesAt_Results
- func (s Service_profilesAt_Results) HasProfiles() bool
- func (s Service_profilesAt_Results) NewProfiles(n int32) (Profile_List, error)
- func (s Service_profilesAt_Results) Profiles() (Profile_List, error)
- func (s Service_profilesAt_Results) SetProfiles(v Profile_List) error
- func (s Service_profilesAt_Results) String() string
- type Service_profilesAt_Results_Future
- type Service_profilesAt_Results_List
Constants ¶
const Layer_Property_TypeID = 0x92f4b81bcfdb71b0
Layer_Property_TypeID is the unique identifier for the type Layer_Property.
const Layer_TypeID = 0x984640f05b3ada4f
Layer_TypeID is the unique identifier for the type Layer.
const Profile_TypeID = 0xff67c2a593419c29
Profile_TypeID is the unique identifier for the type Profile.
const PropertyName_TypeID = 0x9e391ae1c6cd2567
PropertyName_TypeID is the unique identifier for the type PropertyName.
const Query_Result_TypeID = 0xbf4e1b07ad88943f
Query_Result_TypeID is the unique identifier for the type Query_Result.
const Query_TypeID = 0xbd4065087e22ca0d
Query_TypeID is the unique identifier for the type Query.
const SType_TypeID = 0xc2e4a3c8ff61b40a
SType_TypeID is the unique identifier for the type SType.
const Service_TypeID = 0xa09aa71427dc64e1
Service_TypeID is the unique identifier for the type Service.
const Service_getAllAvailableParameters_Params_TypeID = 0x8dec5fd8eb3e7c27
Service_getAllAvailableParameters_Params_TypeID is the unique identifier for the type Service_getAllAvailableParameters_Params.
const Service_getAllAvailableParameters_Results_TypeID = 0x98a2bf8e6ad97ee3
Service_getAllAvailableParameters_Results_TypeID is the unique identifier for the type Service_getAllAvailableParameters_Results.
const Service_profilesAt_Params_TypeID = 0xdb97e739bf9693c1
Service_profilesAt_Params_TypeID is the unique identifier for the type Service_profilesAt_Params.
const Service_profilesAt_Results_TypeID = 0xa0915e668c9317ad
Service_profilesAt_Results_TypeID is the unique identifier for the type Service_profilesAt_Results.
Variables ¶
This section is empty.
Functions ¶
func Service_Methods ¶
func Service_Methods(methods []server.Method, s Service_Server) []server.Method
Service_Methods appends Methods to a slice that invoke the methods on s. This can be used to create a more complicated Server.
func Service_NewServer ¶
func Service_NewServer(s Service_Server, policy *server.Policy) *server.Server
Service_NewServer creates a new Server from an implementation of Service_Server.
Types ¶
type Layer ¶
func (Layer) Description ¶
func (Layer) DescriptionBytes ¶
func (Layer) HasDescription ¶
func (Layer) HasProperties ¶
func (Layer) NewProperties ¶
func (s Layer) NewProperties(n int32) (Layer_Property_List, error)
NewProperties sets the properties field to a newly allocated Layer_Property_List, preferring placement in s's segment.
func (Layer) Properties ¶
func (s Layer) Properties() (Layer_Property_List, error)
func (Layer) SetDescription ¶
func (Layer) SetProperties ¶
func (s Layer) SetProperties(v Layer_Property_List) error
type Layer_Future ¶
Layer_Future is a wrapper for a Layer promised by a client call.
func (Layer_Future) Struct ¶
func (p Layer_Future) Struct() (Layer, error)
type Layer_List ¶
Layer_List is a list of Layer.
func NewLayer_List ¶
func NewLayer_List(s *capnp.Segment, sz int32) (Layer_List, error)
NewLayer creates a new list of Layer.
func (Layer_List) At ¶
func (s Layer_List) At(i int) Layer
func (Layer_List) String ¶
func (s Layer_List) String() string
type Layer_Property ¶
func NewLayer_Property ¶
func NewLayer_Property(s *capnp.Segment) (Layer_Property, error)
func NewRootLayer_Property ¶
func NewRootLayer_Property(s *capnp.Segment) (Layer_Property, error)
func ReadRootLayer_Property ¶
func ReadRootLayer_Property(msg *capnp.Message) (Layer_Property, error)
func (Layer_Property) BValue ¶
func (s Layer_Property) BValue() bool
func (Layer_Property) F32Value ¶
func (s Layer_Property) F32Value() float32
func (Layer_Property) HasType ¶
func (s Layer_Property) HasType() bool
func (Layer_Property) Name ¶
func (s Layer_Property) Name() PropertyName
func (Layer_Property) SetBValue ¶
func (s Layer_Property) SetBValue(v bool)
func (Layer_Property) SetF32Value ¶
func (s Layer_Property) SetF32Value(v float32)
func (Layer_Property) SetName ¶
func (s Layer_Property) SetName(v PropertyName)
func (Layer_Property) SetType ¶
func (s Layer_Property) SetType(v string) error
func (Layer_Property) String ¶
func (s Layer_Property) String() string
func (Layer_Property) Type ¶
func (s Layer_Property) Type() (string, error)
func (Layer_Property) TypeBytes ¶
func (s Layer_Property) TypeBytes() ([]byte, error)
func (Layer_Property) Which ¶
func (s Layer_Property) Which() Layer_Property_Which
type Layer_Property_Future ¶
Layer_Property_Future is a wrapper for a Layer_Property promised by a client call.
func (Layer_Property_Future) Struct ¶
func (p Layer_Property_Future) Struct() (Layer_Property, error)
type Layer_Property_List ¶
Layer_Property_List is a list of Layer_Property.
func NewLayer_Property_List ¶
func NewLayer_Property_List(s *capnp.Segment, sz int32) (Layer_Property_List, error)
NewLayer_Property creates a new list of Layer_Property.
func (Layer_Property_List) At ¶
func (s Layer_Property_List) At(i int) Layer_Property
func (Layer_Property_List) Set ¶
func (s Layer_Property_List) Set(i int, v Layer_Property) error
func (Layer_Property_List) String ¶
func (s Layer_Property_List) String() string
type Layer_Property_Which ¶
type Layer_Property_Which uint16
const ( Layer_Property_Which_f32Value Layer_Property_Which = 0 Layer_Property_Which_bValue Layer_Property_Which = 1 Layer_Property_Which_type Layer_Property_Which = 2 )
func (Layer_Property_Which) String ¶
func (w Layer_Property_Which) String() string
type Profile ¶
func (Profile) Layers ¶
func (s Profile) Layers() (Layer_List, error)
func (Profile) NewLayers ¶
func (s Profile) NewLayers(n int32) (Layer_List, error)
NewLayers sets the layers field to a newly allocated Layer_List, preferring placement in s's segment.
func (Profile) PercentageOfArea ¶
func (Profile) SetLayers ¶
func (s Profile) SetLayers(v Layer_List) error
func (Profile) SetPercentageOfArea ¶
type Profile_Future ¶
Profile_Future is a wrapper for a Profile promised by a client call.
func (Profile_Future) Struct ¶
func (p Profile_Future) Struct() (Profile, error)
type Profile_List ¶
Profile_List is a list of Profile.
func NewProfile_List ¶
func NewProfile_List(s *capnp.Segment, sz int32) (Profile_List, error)
NewProfile creates a new list of Profile.
func (Profile_List) At ¶
func (s Profile_List) At(i int) Profile
func (Profile_List) String ¶
func (s Profile_List) String() string
type PropertyName ¶
type PropertyName uint16
const ( PropertyName_soilType PropertyName = 0 PropertyName_sand PropertyName = 1 PropertyName_clay PropertyName = 2 PropertyName_silt PropertyName = 3 PropertyName_pH PropertyName = 4 PropertyName_sceleton PropertyName = 5 PropertyName_organicCarbon PropertyName = 6 PropertyName_organicMatter PropertyName = 7 PropertyName_bulkDensity PropertyName = 8 PropertyName_rawDensity PropertyName = 9 PropertyName_fieldCapacity PropertyName = 10 PropertyName_permanentWiltingPoint PropertyName = 11 PropertyName_saturation PropertyName = 12 PropertyName_soilMoisture PropertyName = 13 PropertyName_soilWaterConductivityCoefficient PropertyName = 14 PropertyName_ammonium PropertyName = 15 PropertyName_nitrate PropertyName = 16 PropertyName_cnRatio PropertyName = 17 PropertyName_inGroundwater PropertyName = 18 PropertyName_impenetrable PropertyName = 19 )
Values of PropertyName.
func PropertyNameFromString ¶
func PropertyNameFromString(c string) PropertyName
PropertyNameFromString returns the enum value with a name, or the zero value if there's no such value.
func (PropertyName) String ¶
func (c PropertyName) String() string
String returns the enum's constant name.
type PropertyName_List ¶
func NewPropertyName_List ¶
func NewPropertyName_List(s *capnp.Segment, sz int32) (PropertyName_List, error)
func (PropertyName_List) At ¶
func (l PropertyName_List) At(i int) PropertyName
func (PropertyName_List) Set ¶
func (l PropertyName_List) Set(i int, v PropertyName)
type Query ¶
func (Query) HasMandatory ¶
func (Query) HasOptional ¶
func (Query) Mandatory ¶
func (s Query) Mandatory() (PropertyName_List, error)
func (Query) NewMandatory ¶
func (s Query) NewMandatory(n int32) (PropertyName_List, error)
NewMandatory sets the mandatory field to a newly allocated PropertyName_List, preferring placement in s's segment.
func (Query) NewOptional ¶
func (s Query) NewOptional(n int32) (PropertyName_List, error)
NewOptional sets the optional field to a newly allocated PropertyName_List, preferring placement in s's segment.
func (Query) OnlyRawData ¶
func (Query) Optional ¶
func (s Query) Optional() (PropertyName_List, error)
func (Query) SetMandatory ¶
func (s Query) SetMandatory(v PropertyName_List) error
func (Query) SetOnlyRawData ¶
func (Query) SetOptional ¶
func (s Query) SetOptional(v PropertyName_List) error
type Query_Future ¶
Query_Future is a wrapper for a Query promised by a client call.
func (Query_Future) Struct ¶
func (p Query_Future) Struct() (Query, error)
type Query_List ¶
Query_List is a list of Query.
func NewQuery_List ¶
func NewQuery_List(s *capnp.Segment, sz int32) (Query_List, error)
NewQuery creates a new list of Query.
func (Query_List) At ¶
func (s Query_List) At(i int) Query
func (Query_List) String ¶
func (s Query_List) String() string
type Query_Result ¶
func NewQuery_Result ¶
func NewQuery_Result(s *capnp.Segment) (Query_Result, error)
func NewRootQuery_Result ¶
func NewRootQuery_Result(s *capnp.Segment) (Query_Result, error)
func ReadRootQuery_Result ¶
func ReadRootQuery_Result(msg *capnp.Message) (Query_Result, error)
func (Query_Result) Failed ¶
func (s Query_Result) Failed() bool
func (Query_Result) HasMandatory ¶
func (s Query_Result) HasMandatory() bool
func (Query_Result) HasOptional ¶
func (s Query_Result) HasOptional() bool
func (Query_Result) Mandatory ¶
func (s Query_Result) Mandatory() (PropertyName_List, error)
func (Query_Result) NewMandatory ¶
func (s Query_Result) NewMandatory(n int32) (PropertyName_List, error)
NewMandatory sets the mandatory field to a newly allocated PropertyName_List, preferring placement in s's segment.
func (Query_Result) NewOptional ¶
func (s Query_Result) NewOptional(n int32) (PropertyName_List, error)
NewOptional sets the optional field to a newly allocated PropertyName_List, preferring placement in s's segment.
func (Query_Result) Optional ¶
func (s Query_Result) Optional() (PropertyName_List, error)
func (Query_Result) SetFailed ¶
func (s Query_Result) SetFailed(v bool)
func (Query_Result) SetMandatory ¶
func (s Query_Result) SetMandatory(v PropertyName_List) error
func (Query_Result) SetOptional ¶
func (s Query_Result) SetOptional(v PropertyName_List) error
func (Query_Result) String ¶
func (s Query_Result) String() string
type Query_Result_Future ¶
Query_Result_Future is a wrapper for a Query_Result promised by a client call.
func (Query_Result_Future) Struct ¶
func (p Query_Result_Future) Struct() (Query_Result, error)
type Query_Result_List ¶
Query_Result_List is a list of Query_Result.
func NewQuery_Result_List ¶
func NewQuery_Result_List(s *capnp.Segment, sz int32) (Query_Result_List, error)
NewQuery_Result creates a new list of Query_Result.
func (Query_Result_List) At ¶
func (s Query_Result_List) At(i int) Query_Result
func (Query_Result_List) Set ¶
func (s Query_Result_List) Set(i int, v Query_Result) error
func (Query_Result_List) String ¶
func (s Query_Result_List) String() string
type SType ¶
type SType uint16
func STypeFromString ¶
STypeFromString returns the enum value with a name, or the zero value if there's no such value.
type SType_List ¶
func NewSType_List ¶
func NewSType_List(s *capnp.Segment, sz int32) (SType_List, error)
func (SType_List) At ¶
func (l SType_List) At(i int) SType
func (SType_List) Set ¶
func (l SType_List) Set(i int, v SType)
type Service ¶
func Service_ServerToClient ¶
func Service_ServerToClient(s Service_Server, policy *server.Policy) Service
Service_ServerToClient creates a new Client from an implementation of Service_Server. The caller is responsible for calling Release on the returned Client.
func (Service) CheckAvailableParameters ¶
func (c Service) CheckAvailableParameters(ctx context.Context, params func(Query) error) (Query_Result_Future, capnp.ReleaseFunc)
func (Service) Drop ¶
func (c Service) Drop(ctx context.Context, params func(persistence.Restorer_drop_Params) error) (persistence.Restorer_drop_Results_Future, capnp.ReleaseFunc)
func (Service) GetAllAvailableParameters ¶
func (c Service) GetAllAvailableParameters(ctx context.Context, params func(Service_getAllAvailableParameters_Params) error) (Service_getAllAvailableParameters_Results_Future, capnp.ReleaseFunc)
func (Service) Info ¶
func (c Service) Info(ctx context.Context, params func(common.Identifiable_info_Params) error) (common.IdInformation_Future, capnp.ReleaseFunc)
func (Service) ProfilesAt ¶
func (c Service) ProfilesAt(ctx context.Context, params func(Service_profilesAt_Params) error) (Service_profilesAt_Results_Future, capnp.ReleaseFunc)
func (Service) Restore ¶
func (c Service) Restore(ctx context.Context, params func(persistence.Restorer_restore_Params) error) (persistence.Restorer_restore_Results_Future, capnp.ReleaseFunc)
func (Service) Save ¶
func (c Service) Save(ctx context.Context, params func(persistence.Persistent_SaveParams) error) (persistence.Persistent_SaveResults_Future, capnp.ReleaseFunc)
type Service_Server ¶
type Service_Server interface { CheckAvailableParameters(context.Context, Service_checkAvailableParameters) error GetAllAvailableParameters(context.Context, Service_getAllAvailableParameters) error ProfilesAt(context.Context, Service_profilesAt) error Info(context.Context, common.Identifiable_info) error Save(context.Context, persistence.Persistent_save) error Restore(context.Context, persistence.Restorer_restore) error Drop(context.Context, persistence.Restorer_drop) error }
A Service_Server is a Service with a local implementation.
type Service_checkAvailableParameters ¶
Service_checkAvailableParameters holds the state for a server call to Service.checkAvailableParameters. See server.Call for documentation.
func (Service_checkAvailableParameters) AllocResults ¶
func (c Service_checkAvailableParameters) AllocResults() (Query_Result, error)
AllocResults allocates the results struct.
func (Service_checkAvailableParameters) Args ¶
func (c Service_checkAvailableParameters) Args() Query
Args returns the call's arguments.
type Service_getAllAvailableParameters ¶
Service_getAllAvailableParameters holds the state for a server call to Service.getAllAvailableParameters. See server.Call for documentation.
func (Service_getAllAvailableParameters) AllocResults ¶
func (c Service_getAllAvailableParameters) AllocResults() (Service_getAllAvailableParameters_Results, error)
AllocResults allocates the results struct.
type Service_getAllAvailableParameters_Params ¶
func NewRootService_getAllAvailableParameters_Params ¶
func NewRootService_getAllAvailableParameters_Params(s *capnp.Segment) (Service_getAllAvailableParameters_Params, error)
func NewService_getAllAvailableParameters_Params ¶
func NewService_getAllAvailableParameters_Params(s *capnp.Segment) (Service_getAllAvailableParameters_Params, error)
func ReadRootService_getAllAvailableParameters_Params ¶
func ReadRootService_getAllAvailableParameters_Params(msg *capnp.Message) (Service_getAllAvailableParameters_Params, error)
func (Service_getAllAvailableParameters_Params) OnlyRawData ¶
func (s Service_getAllAvailableParameters_Params) OnlyRawData() bool
func (Service_getAllAvailableParameters_Params) SetOnlyRawData ¶
func (s Service_getAllAvailableParameters_Params) SetOnlyRawData(v bool)
func (Service_getAllAvailableParameters_Params) String ¶
func (s Service_getAllAvailableParameters_Params) String() string
type Service_getAllAvailableParameters_Params_Future ¶
Service_getAllAvailableParameters_Params_Future is a wrapper for a Service_getAllAvailableParameters_Params promised by a client call.
func (Service_getAllAvailableParameters_Params_Future) Struct ¶
func (p Service_getAllAvailableParameters_Params_Future) Struct() (Service_getAllAvailableParameters_Params, error)
type Service_getAllAvailableParameters_Params_List ¶
Service_getAllAvailableParameters_Params_List is a list of Service_getAllAvailableParameters_Params.
func NewService_getAllAvailableParameters_Params_List ¶
func NewService_getAllAvailableParameters_Params_List(s *capnp.Segment, sz int32) (Service_getAllAvailableParameters_Params_List, error)
NewService_getAllAvailableParameters_Params creates a new list of Service_getAllAvailableParameters_Params.
func (Service_getAllAvailableParameters_Params_List) String ¶
func (s Service_getAllAvailableParameters_Params_List) String() string
type Service_getAllAvailableParameters_Results ¶
func NewRootService_getAllAvailableParameters_Results ¶
func NewRootService_getAllAvailableParameters_Results(s *capnp.Segment) (Service_getAllAvailableParameters_Results, error)
func NewService_getAllAvailableParameters_Results ¶
func NewService_getAllAvailableParameters_Results(s *capnp.Segment) (Service_getAllAvailableParameters_Results, error)
func ReadRootService_getAllAvailableParameters_Results ¶
func ReadRootService_getAllAvailableParameters_Results(msg *capnp.Message) (Service_getAllAvailableParameters_Results, error)
func (Service_getAllAvailableParameters_Results) HasMandatory ¶
func (s Service_getAllAvailableParameters_Results) HasMandatory() bool
func (Service_getAllAvailableParameters_Results) HasOptional ¶
func (s Service_getAllAvailableParameters_Results) HasOptional() bool
func (Service_getAllAvailableParameters_Results) Mandatory ¶
func (s Service_getAllAvailableParameters_Results) Mandatory() (PropertyName_List, error)
func (Service_getAllAvailableParameters_Results) NewMandatory ¶
func (s Service_getAllAvailableParameters_Results) NewMandatory(n int32) (PropertyName_List, error)
NewMandatory sets the mandatory field to a newly allocated PropertyName_List, preferring placement in s's segment.
func (Service_getAllAvailableParameters_Results) NewOptional ¶
func (s Service_getAllAvailableParameters_Results) NewOptional(n int32) (PropertyName_List, error)
NewOptional sets the optional field to a newly allocated PropertyName_List, preferring placement in s's segment.
func (Service_getAllAvailableParameters_Results) Optional ¶
func (s Service_getAllAvailableParameters_Results) Optional() (PropertyName_List, error)
func (Service_getAllAvailableParameters_Results) SetMandatory ¶
func (s Service_getAllAvailableParameters_Results) SetMandatory(v PropertyName_List) error
func (Service_getAllAvailableParameters_Results) SetOptional ¶
func (s Service_getAllAvailableParameters_Results) SetOptional(v PropertyName_List) error
func (Service_getAllAvailableParameters_Results) String ¶
func (s Service_getAllAvailableParameters_Results) String() string
type Service_getAllAvailableParameters_Results_Future ¶
Service_getAllAvailableParameters_Results_Future is a wrapper for a Service_getAllAvailableParameters_Results promised by a client call.
type Service_getAllAvailableParameters_Results_List ¶
Service_getAllAvailableParameters_Results_List is a list of Service_getAllAvailableParameters_Results.
func NewService_getAllAvailableParameters_Results_List ¶
func NewService_getAllAvailableParameters_Results_List(s *capnp.Segment, sz int32) (Service_getAllAvailableParameters_Results_List, error)
NewService_getAllAvailableParameters_Results creates a new list of Service_getAllAvailableParameters_Results.
func (Service_getAllAvailableParameters_Results_List) String ¶
func (s Service_getAllAvailableParameters_Results_List) String() string
type Service_profilesAt ¶
Service_profilesAt holds the state for a server call to Service.profilesAt. See server.Call for documentation.
func (Service_profilesAt) AllocResults ¶
func (c Service_profilesAt) AllocResults() (Service_profilesAt_Results, error)
AllocResults allocates the results struct.
func (Service_profilesAt) Args ¶
func (c Service_profilesAt) Args() Service_profilesAt_Params
Args returns the call's arguments.
type Service_profilesAt_Params ¶
func NewRootService_profilesAt_Params ¶
func NewRootService_profilesAt_Params(s *capnp.Segment) (Service_profilesAt_Params, error)
func NewService_profilesAt_Params ¶
func NewService_profilesAt_Params(s *capnp.Segment) (Service_profilesAt_Params, error)
func ReadRootService_profilesAt_Params ¶
func ReadRootService_profilesAt_Params(msg *capnp.Message) (Service_profilesAt_Params, error)
func (Service_profilesAt_Params) Coord ¶
func (s Service_profilesAt_Params) Coord() (geo.LatLonCoord, error)
func (Service_profilesAt_Params) HasCoord ¶
func (s Service_profilesAt_Params) HasCoord() bool
func (Service_profilesAt_Params) HasQuery ¶
func (s Service_profilesAt_Params) HasQuery() bool
func (Service_profilesAt_Params) NewCoord ¶
func (s Service_profilesAt_Params) NewCoord() (geo.LatLonCoord, error)
NewCoord sets the coord field to a newly allocated geo.LatLonCoord struct, preferring placement in s's segment.
func (Service_profilesAt_Params) NewQuery ¶
func (s Service_profilesAt_Params) NewQuery() (Query, error)
NewQuery sets the query field to a newly allocated Query struct, preferring placement in s's segment.
func (Service_profilesAt_Params) Query ¶
func (s Service_profilesAt_Params) Query() (Query, error)
func (Service_profilesAt_Params) SetCoord ¶
func (s Service_profilesAt_Params) SetCoord(v geo.LatLonCoord) error
func (Service_profilesAt_Params) SetQuery ¶
func (s Service_profilesAt_Params) SetQuery(v Query) error
func (Service_profilesAt_Params) String ¶
func (s Service_profilesAt_Params) String() string
type Service_profilesAt_Params_Future ¶
Service_profilesAt_Params_Future is a wrapper for a Service_profilesAt_Params promised by a client call.
func (Service_profilesAt_Params_Future) Coord ¶
func (p Service_profilesAt_Params_Future) Coord() geo.LatLonCoord_Future
func (Service_profilesAt_Params_Future) Query ¶
func (p Service_profilesAt_Params_Future) Query() Query_Future
func (Service_profilesAt_Params_Future) Struct ¶
func (p Service_profilesAt_Params_Future) Struct() (Service_profilesAt_Params, error)
type Service_profilesAt_Params_List ¶
Service_profilesAt_Params_List is a list of Service_profilesAt_Params.
func NewService_profilesAt_Params_List ¶
func NewService_profilesAt_Params_List(s *capnp.Segment, sz int32) (Service_profilesAt_Params_List, error)
NewService_profilesAt_Params creates a new list of Service_profilesAt_Params.
func (Service_profilesAt_Params_List) At ¶
func (s Service_profilesAt_Params_List) At(i int) Service_profilesAt_Params
func (Service_profilesAt_Params_List) Set ¶
func (s Service_profilesAt_Params_List) Set(i int, v Service_profilesAt_Params) error
func (Service_profilesAt_Params_List) String ¶
func (s Service_profilesAt_Params_List) String() string
type Service_profilesAt_Results ¶
func NewRootService_profilesAt_Results ¶
func NewRootService_profilesAt_Results(s *capnp.Segment) (Service_profilesAt_Results, error)
func NewService_profilesAt_Results ¶
func NewService_profilesAt_Results(s *capnp.Segment) (Service_profilesAt_Results, error)
func ReadRootService_profilesAt_Results ¶
func ReadRootService_profilesAt_Results(msg *capnp.Message) (Service_profilesAt_Results, error)
func (Service_profilesAt_Results) HasProfiles ¶
func (s Service_profilesAt_Results) HasProfiles() bool
func (Service_profilesAt_Results) NewProfiles ¶
func (s Service_profilesAt_Results) NewProfiles(n int32) (Profile_List, error)
NewProfiles sets the profiles field to a newly allocated Profile_List, preferring placement in s's segment.
func (Service_profilesAt_Results) Profiles ¶
func (s Service_profilesAt_Results) Profiles() (Profile_List, error)
func (Service_profilesAt_Results) SetProfiles ¶
func (s Service_profilesAt_Results) SetProfiles(v Profile_List) error
func (Service_profilesAt_Results) String ¶
func (s Service_profilesAt_Results) String() string
type Service_profilesAt_Results_Future ¶
Service_profilesAt_Results_Future is a wrapper for a Service_profilesAt_Results promised by a client call.
func (Service_profilesAt_Results_Future) Struct ¶
func (p Service_profilesAt_Results_Future) Struct() (Service_profilesAt_Results, error)
type Service_profilesAt_Results_List ¶
Service_profilesAt_Results_List is a list of Service_profilesAt_Results.
func NewService_profilesAt_Results_List ¶
func NewService_profilesAt_Results_List(s *capnp.Segment, sz int32) (Service_profilesAt_Results_List, error)
NewService_profilesAt_Results creates a new list of Service_profilesAt_Results.
func (Service_profilesAt_Results_List) At ¶
func (s Service_profilesAt_Results_List) At(i int) Service_profilesAt_Results
func (Service_profilesAt_Results_List) Set ¶
func (s Service_profilesAt_Results_List) Set(i int, v Service_profilesAt_Results) error
func (Service_profilesAt_Results_List) String ¶
func (s Service_profilesAt_Results_List) String() string