conversion

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PostModelToPostV1

func PostModelToPostV1(postModel *model.PostM) *apiv1.Post

PostModelToPostV1 将模型层的 PostM(博客模型对象)转换为 Protobuf 层的 Post(v1 博客对象).

func PostV1ToPostModel

func PostV1ToPostModel(protoPost *apiv1.Post) *model.PostM

PostV1ToPostModel 将 Protobuf 层的 Post(v1 博客对象)转换为模型层的 PostM(博客模型对象).

func UserModelToUserV1

func UserModelToUserV1(userModel *model.UserM) *apiv1.User

UserModelToUserV1 将模型层的 UserM(用户模型对象)转换为 Protobuf 层的 User(v1 用户对象).

func UserV1ToUserModel

func UserV1ToUserModel(protoUser *apiv1.User) *model.UserM

UserV1ToUserModel 将 Protobuf 层的 User(v1 用户对象)转换为模型层的 UserM(用户模型对象).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL