pembaruhan baru
This commit is contained in:
@@ -51,3 +51,87 @@ type Village struct {
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
type Communication struct {
|
||||
ResourceType string `json:"resourceType" bson:"resourceType,omitempty" `
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id" `
|
||||
Identifier []_struct.Identifier `bson:"identifier" json:"identifier"`
|
||||
Status string `bson:"status" json:"status"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Description string `bson:"description" json:"description"`
|
||||
Period _struct.Period `bson:"period" json:"period"`
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
type Disability struct {
|
||||
ResourceType string `json:"resourceType" bson:"resourceType,omitempty" `
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id" `
|
||||
Identifier []_struct.Identifier `bson:"identifier" json:"identifier"`
|
||||
Status string `bson:"status" json:"status"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Description string `bson:"description" json:"description"`
|
||||
Period _struct.Period `bson:"period" json:"period"`
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
type Education struct {
|
||||
ResourceType string `json:"resourceType" bson:"resourceType,omitempty" `
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id" `
|
||||
Identifier []_struct.Identifier `bson:"identifier" json:"identifier"`
|
||||
Status string `bson:"status" json:"status"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Description string `bson:"description" json:"description"`
|
||||
Period _struct.Period `bson:"period" json:"period"`
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
type Job struct {
|
||||
ResourceType string `json:"resourceType" bson:"resourceType,omitempty" `
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id" `
|
||||
Identifier []_struct.Identifier `bson:"identifier" json:"identifier"`
|
||||
Status string `bson:"status" json:"status"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Description string `bson:"description" json:"description"`
|
||||
Period _struct.Period `bson:"period" json:"period"`
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
type MartialStatus struct {
|
||||
ResourceType string `json:"resourceType" bson:"resourceType,omitempty" `
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id" `
|
||||
Identifier []_struct.Identifier `bson:"identifier" json:"identifier"`
|
||||
Status string `bson:"status" json:"status"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Description string `bson:"description" json:"description"`
|
||||
Period _struct.Period `bson:"period" json:"period"`
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
type Religion struct {
|
||||
ResourceType string `json:"resourceType" bson:"resourceType,omitempty" `
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id" `
|
||||
Identifier []_struct.Identifier `bson:"identifier" json:"identifier"`
|
||||
Status string `bson:"status" json:"status"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Description string `bson:"description" json:"description"`
|
||||
Period _struct.Period `bson:"period" json:"period"`
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
type Tribe struct {
|
||||
ResourceType string `json:"resourceType" bson:"resourceType,omitempty" `
|
||||
ID primitive.ObjectID `bson:"_id,omitempty" json:"id" `
|
||||
Identifier []_struct.Identifier `bson:"identifier" json:"identifier"`
|
||||
Status string `bson:"status" json:"status"`
|
||||
Name string `bson:"name" json:"name"`
|
||||
Description string `bson:"description" json:"description"`
|
||||
Period _struct.Period `bson:"period" json:"period"`
|
||||
CreatedAt string `bson:"createdAt" json:"createdAt"`
|
||||
UpdatedAt string `bson:"updatedAt" json:"updatedAt"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user