Versions in this module Expand all Collapse all v1 v1.13.1 Feb 8, 2017 Changes in this version + func BasicNetworkCreateToGRPC(create basictypes.NetworkCreateRequest) swarmapi.NetworkSpec + func BasicNetworkFromGRPC(n swarmapi.Network) basictypes.NetworkResource + func MergeSwarmSpecToGRPC(s types.Spec, spec swarmapi.ClusterSpec) (swarmapi.ClusterSpec, error) + func NodeFromGRPC(n swarmapi.Node) types.Node + func NodeSpecToGRPC(s types.NodeSpec) (swarmapi.NodeSpec, error) + func SecretFromGRPC(s *swarmapi.Secret) swarmtypes.Secret + func SecretReferencesFromGRPC(s []*swarmapi.SecretReference) []*swarmtypes.SecretReference + func SecretSpecToGRPC(s swarmtypes.SecretSpec) swarmapi.SecretSpec + func ServiceFromGRPC(s swarmapi.Service) types.Service + func ServiceSpecToGRPC(s types.ServiceSpec) (swarmapi.ServiceSpec, error) + func SwarmFromGRPC(c swarmapi.Cluster) types.Swarm + func SwarmSpecToGRPC(s types.Spec) (swarmapi.ClusterSpec, error) + func TaskFromGRPC(t swarmapi.Task) types.Task