Documentation ¶
Overview ¶
Please, do not change functions names!
It is better for you if you do not change functions names! This file will never be overwritten.
DO NOT EDIT.
Index ¶
- func ListPtrTypesAccountToProto(as []*types.Account) ([]*pb.Account, error)
- func ListPtrTypesPermissionToProto(p []*types.Permission) ([]*pb.Permission, error)
- func ListPtrTypesServiceToProto(ss []*types.Service) ([]*pb.Service, error)
- func ListPtrTypesUserToProto(users []*types.User) ([]*pb.User, error)
- func NewGRPCClient(conn *grpc.ClientConn, addr string, opts ...grpckit.ClientOption) transport.EndpointsSet
- func NewGRPCServer(endpoints *transport.EndpointsSet, opts ...grpc.ServerOption) pb.MgmtServer
- func ProtoToListPtrTypesAccount(protoAs []*pb.Account) ([]*types.Account, error)
- func ProtoToListPtrTypesPermission(protoP []*pb.Permission) ([]*types.Permission, error)
- func ProtoToListPtrTypesService(protoSs []*pb.Service) ([]*types.Service, error)
- func ProtoToListPtrTypesUser(protoUsers []*pb.User) ([]*types.User, error)
- func ProtoToPtrAccessAccess(protoAccess *pb.Access) (*access.Access, error)
- func ProtoToPtrTypesAccount(protoA *pb.Account) (*types.Account, error)
- func ProtoToPtrTypesPermission(protoP *pb.Permission) (*types.Permission, error)
- func ProtoToPtrTypesService(protoS *pb.Service) (*types.Service, error)
- func ProtoToPtrTypesUser(protoUser *pb.User) (*types.User, error)
- func PtrAccessAccessToProto(access *access.Access) (*pb.Access, error)
- func PtrTypesAccountToProto(a *types.Account) (*pb.Account, error)
- func PtrTypesPermissionToProto(p *types.Permission) (*pb.Permission, error)
- func PtrTypesServiceToProto(s *types.Service) (*pb.Service, error)
- func PtrTypesUserToProto(user *types.User) (*pb.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListPtrTypesPermissionToProto ¶
func ListPtrTypesPermissionToProto(p []*types.Permission) ([]*pb.Permission, error)
func ListPtrTypesUserToProto ¶
func NewGRPCClient ¶
func NewGRPCClient(conn *grpc.ClientConn, addr string, opts ...grpckit.ClientOption) transport.EndpointsSet
func NewGRPCServer ¶
func NewGRPCServer(endpoints *transport.EndpointsSet, opts ...grpc.ServerOption) pb.MgmtServer
func ProtoToListPtrTypesPermission ¶
func ProtoToListPtrTypesPermission(protoP []*pb.Permission) ([]*types.Permission, error)
func ProtoToListPtrTypesUser ¶
func ProtoToPtrAccessAccess ¶
func ProtoToPtrTypesAccount ¶
func ProtoToPtrTypesPermission ¶
func ProtoToPtrTypesPermission(protoP *pb.Permission) (*types.Permission, error)
func ProtoToPtrTypesService ¶
func PtrAccessAccessToProto ¶
func PtrTypesPermissionToProto ¶
func PtrTypesPermissionToProto(p *types.Permission) (*pb.Permission, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.